diff --git a/Gemfile b/Gemfile index 7bceb8e3..acead189 100644 --- a/Gemfile +++ b/Gemfile @@ -23,6 +23,6 @@ end group :development, :test do gem 'capybara', '~> 3.40' gem 'rails-controller-testing', '~> 1.0' - gem 'rspec-rails', '~> 6.1' + gem 'rspec-rails', '~> 7.0' gem 'timecop' end diff --git a/Gemfile.lock b/Gemfile.lock index cc0f9a0d..a9643455 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -127,7 +127,7 @@ GEM method_source (1.1.0) mini_mime (1.1.5) mini_portile2 (2.8.7) - minitest (5.25.0) + minitest (5.25.1) msgpack (1.7.2) net-imap (0.3.7) date @@ -191,16 +191,16 @@ GEM rollbar (3.6.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-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) @@ -225,7 +225,7 @@ GEM activesupport (>= 5.2) sprockets (>= 3.0.0) strscan (3.1.0) - thor (1.3.1) + thor (1.3.2) tilt (2.0.10) timecop (0.9.10) timeout (0.4.0) @@ -238,7 +238,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - zeitwerk (2.6.17) + zeitwerk (2.6.18) PLATFORMS ruby @@ -254,7 +254,7 @@ DEPENDENCIES rails (~> 7.0.0) rails-controller-testing (~> 1.0) rollbar - rspec-rails (~> 6.1) + rspec-rails (~> 7.0) sass-rails (~> 6.0) soup (~> 1.0) timecop