diff --git a/Gemfile b/Gemfile index c122dc2..c7cc513 100644 --- a/Gemfile +++ b/Gemfile @@ -3,7 +3,7 @@ source 'https://rubygems.org' gemspec gem 'devise', '~> 4.8' -gem 'rails', '~> 7.0.0' +gem 'rails', '~> 7.0.3', '>= 7.0.3.1' gem 'sqlite3' gem 'mocha', '~> 1.0', require: false