diff --git a/Gemfile b/Gemfile index 20fd57f4..225328b5 100644 --- a/Gemfile +++ b/Gemfile @@ -10,7 +10,7 @@ group :test, :development do gem "rspec", "~> 3.1" unless ENV["NO_ACTIVERECORD"] - gem "activerecord", ">= 3.2.3", "< 5.2.0" + gem "activerecord", ">= 3.2.3", "<= 6.1.7.7" gem "activerecord-oracle_enhanced-adapter", ">= 1.4.1", "< 1.9.0" gem "simplecov", ">= 0" end