diff --git a/Gemfile b/Gemfile index 086c82c..1227f08 100644 --- a/Gemfile +++ b/Gemfile @@ -24,7 +24,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