diff --git a/Gemfile b/Gemfile index 1a23a2b2..47ff96cc 100644 --- a/Gemfile +++ b/Gemfile @@ -64,7 +64,7 @@ group :production do end group :development, :test do - gem 'rspec-rails', '~> 6.1' + gem 'rspec-rails', '~> 7.0' gem 'capybara' gem 'database_cleaner' gem 'debug' diff --git a/Gemfile.lock b/Gemfile.lock index 0f48a20b..db2bac87 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -310,18 +310,18 @@ GEM actionpack (>= 5.2) railties (>= 5.2) rexml (3.3.8) - rspec-core (3.13.0) + rspec-core (3.13.1) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.1) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -415,7 +415,7 @@ DEPENDENCIES rails (~> 7.1.3) redcarpet (>= 3.2.3) redis - rspec-rails (~> 6.1) + rspec-rails (~> 7.0) selenium-webdriver (~> 4.25) sentry-rails sentry-ruby