Skip to content

Commit

Permalink
Pin concurrent-ruby on old Rails to supported version
Browse files Browse the repository at this point in the history
  • Loading branch information
JonRowe committed Jan 17, 2025
1 parent 9b9f069 commit 7b49919
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile-rails-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ when nil, false, ""
else
version_number = version.split(' ').last

gem 'concurrent-ruby', '1.3.4' if version_number < '7.1'

gem "rails", version
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]

Expand Down

0 comments on commit 7b49919

Please sign in to comment.