diff --git a/spec/test-app/Gemfile b/spec/test-app/Gemfile index 7ab0618..6a7cded 100644 --- a/spec/test-app/Gemfile +++ b/spec/test-app/Gemfile @@ -1,7 +1,7 @@ source 'https://rubygems.org' # Bundle edge Rails instead: gem 'rails', github: 'rails/rails' -gem 'rails', '4.2.5.2' +gem 'rails', '7.0.8.1' # Use sqlite3 as the database for Active Record gem 'sqlite3'