diff --git a/Gemfile b/Gemfile index df50c6855..99767d100 100644 --- a/Gemfile +++ b/Gemfile @@ -8,6 +8,8 @@ if RUBY_VERSION < '1.9.3' gem 'i18n', '< 0.7' elsif RUBY_VERSION < '2.2.2' gem 'activesupport', '< 5' +elsif RUBY_VERSION < '2.4.1' + gem 'activesupport', '< 6' else gem 'activesupport', :git => 'https://github.com/rails/rails' end