Update Gemfile

This commit is contained in:
BoHung Chiu 2022-04-13 23:42:34 +08:00
parent 0c750284d4
commit ca6dc0706f
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ if $0.to_s.scan('bundle').length==0
}
end
if RUBY_VERSION.to_f <= 2.1
gem 'concurrent-ruby', '~>1.1.9'
gem 'concurrent-ruby', '1.1.9'
else
gem 'concurrent-ruby'
end