Skip to content

Commit b798f3e

Browse files
committed
Downgrade active_support on Ruby 2.3
1 parent dfed7ab commit b798f3e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile-rails-dependencies

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ else
3535
add_net_gems_dependency if version.split(' ').last < '7.0'
3636
gem "rails", version
3737
gem "sprockets", '~> 3.0' if RUBY_VERSION < '2.5'
38+
gem "active_suport", "!= 2.5.6.2" if RUBY_VERSION < '2.3'
3839
gem "puma"
3940
gem 'activerecord-jdbcsqlite3-adapter', platforms: [:jruby]
4041
gem 'selenium-webdriver', require: false

0 commit comments

Comments
 (0)