diff --git a/Gemfile b/Gemfile index 33dcc4d..f28dd68 100644 --- a/Gemfile +++ b/Gemfile @@ -26,7 +26,7 @@ group :development, :test do gem 'factory_bot_rails' gem 'faker' gem 'pry' - gem 'rspec-rails', '~> 6.1.0' + gem 'rspec-rails', '~> 7.0.0' end group :development do diff --git a/Gemfile.lock b/Gemfile.lock index 452df09..9248d69 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -240,23 +240,23 @@ GEM regexp_parser (2.9.2) reline (0.5.10) io-console (~> 0.5) - rspec-core (3.12.3) - rspec-support (~> 3.12.0) - rspec-expectations (3.12.4) + rspec-core (3.13.2) + rspec-support (~> 3.13.0) + rspec-expectations (3.13.3) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-mocks (3.12.7) + rspec-support (~> 3.13.0) + rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) - rspec-support (~> 3.12.0) - rspec-rails (6.1.1) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) - rspec-core (~> 3.12) - rspec-expectations (~> 3.12) - rspec-mocks (~> 3.12) - rspec-support (~> 3.12) - rspec-support (3.12.2) + rspec-support (~> 3.13.0) + 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) + rspec-support (~> 3.13) + rspec-support (3.13.1) rubocop (1.67.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -302,7 +302,7 @@ GEM websocket-driver (0.7.6) websocket-extensions (>= 0.1.0) websocket-extensions (0.1.5) - zeitwerk (2.6.18) + zeitwerk (2.7.1) PLATFORMS aarch64-linux @@ -330,7 +330,7 @@ DEPENDENCIES rails (~> 7.2.0, >= 7.2.1) react-rails redis (>= 4.0.1) - rspec-rails (~> 6.1.0) + rspec-rails (~> 7.0.0) rubocop rubytree sprockets-rails