diff --git a/Gemfile b/Gemfile index dc7861d..0e3403a 100644 --- a/Gemfile +++ b/Gemfile @@ -22,7 +22,7 @@ gem 'bootsnap', '>= 1.4.4', require: false group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug', platforms: [:mri, :mingw, :x64_mingw] - gem 'rspec-rails' + gem 'rspec-rails', '>= 8.0.0' gem 'dotenv-rails' end