diff --git a/Gemfile b/Gemfile index 0a1c624d..73a133a6 100644 --- a/Gemfile +++ b/Gemfile @@ -88,7 +88,7 @@ group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' gem 'pry' - gem 'rspec-rails', '~> 3.5.2' + gem 'rspec-rails', '~> 8.0.0' gem 'database_cleaner' gem 'launchy' gem 'webmock'