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.
1 parent dfed7ab commit b798f3eCopy full SHA for b798f3e
Gemfile-rails-dependencies
@@ -35,6 +35,7 @@ else
35
add_net_gems_dependency if version.split(' ').last < '7.0'
36
gem "rails", version
37
gem "sprockets", '~> 3.0' if RUBY_VERSION < '2.5'
38
+ gem "active_suport", "!= 2.5.6.2" if RUBY_VERSION < '2.3'
39
gem "puma"
40
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
41
gem 'selenium-webdriver', require: false
0 commit comments