Skip to content

Commit

Permalink
Bump allowed concurrent-ruby version to use .each on Concurrent::Map
Browse files Browse the repository at this point in the history
  • Loading branch information
rmosolgo committed Sep 4, 2020
1 parent c19a22c commit fa27128
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gemfiles/rails_4.2.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "pry-stack_explorer", platform: :ruby
gem "rails", "~> 4.2", require: "rails/all"
gem "activerecord", "~> 4.2.4"
gem "actionpack", "~> 4.2.4"
gem "concurrent-ruby", "1.0.0"
gem "concurrent-ruby", "~> 1.0"
gem "sqlite3", "~> 1.3.6", platform: :ruby
gem "activerecord-jdbcsqlite3-adapter", platform: :jruby
gem "sequel"
Expand Down

0 comments on commit fa27128

Please sign in to comment.