diff --git a/Gemfile b/Gemfile index cb27d9b6a55..79ec3513a58 100644 --- a/Gemfile +++ b/Gemfile @@ -101,7 +101,7 @@ end group :development, :test do # Use RSpec for Behaviour testing - gem 'rspec-rails', '~> 6' + gem 'rspec-rails', '~> 7' gem 'rubocop', '~> 1.65' diff --git a/Gemfile.lock b/Gemfile.lock index 59bd5254f64..2822ec6e4ec 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -462,7 +462,7 @@ GEM rspec-mocks (~> 3.13.0) rspec-core (3.13.0) rspec-support (~> 3.13.0) - rspec-expectations (3.13.1) + rspec-expectations (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) rspec-html-matchers (0.10.0) @@ -471,10 +471,10 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.4) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.0.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -552,7 +552,7 @@ GEM temple (0.10.3) terminal-table (3.0.2) unicode-display_width (>= 1.1.1, < 3) - thor (1.3.1) + thor (1.3.2) tilt (2.4.0) timeout (0.4.1) traceroute (0.8.1) @@ -579,7 +579,7 @@ GEM xpath (3.2.0) nokogiri (~> 1.8) yard (0.9.36) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -649,7 +649,7 @@ DEPENDENCIES rollbar (>= 1.5.3) rouge (~> 3) rspec-html-matchers - rspec-rails (~> 6) + rspec-rails (~> 7) rspec-retry rspec_junit_formatter rubocop (~> 1.65)