diff --git a/Gemfile b/Gemfile index 8596630..72b4b38 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ group :development, :test do # Spring speeds up development by keeping your application running in the background. Read more: https://github.com/rails/spring gem 'spring' - gem 'rspec-rails', '~> 3.5' + gem 'rspec-rails', '~> 8.0', '>= 8.0.0' gem 'capybara' gem 'poltergeist' gem 'percy-capybara'