We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4e91e66 + 3cff115 commit a5e23a5Copy full SHA for a5e23a5
Gemfile-rails-dependencies
@@ -33,7 +33,7 @@ else
33
gem "puma"
34
end
35
36
- if ENV['RAILS_VERSION'].gsub(/[^\d\.]/,'').to_f >= 6.0
+ if version.gsub(/[^\d\.]/,'').to_f >= 6.0
37
gem "activerecord-jdbcsqlite3-adapter", "~> 60.0.rc1", platforms: [:jruby]
38
else
39
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
0 commit comments