diff --git a/Gemfile b/Gemfile index c8916c9..897ce6c 100644 --- a/Gemfile +++ b/Gemfile @@ -72,7 +72,7 @@ gem "thruster", require: false # gem "stackprof" group :development, :test do - gem "rspec-rails", "~> 7.1.0" + gem "rspec-rails", "~> 8.0.0" # See https://guides.rubyonrails.org/debugging_rails_applications.html#debugging-with-the-debug-gem gem "debug", platforms: %i[ mri windows ], require: "debug/prelude" diff --git a/Gemfile.lock b/Gemfile.lock index 84dbed8..9a91cdd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -99,10 +99,10 @@ GEM aws-sigv4 (~> 1.5) aws-sigv4 (1.11.0) aws-eventstream (~> 1, >= 1.0.2) - base64 (0.2.0) + base64 (0.3.0) bcrypt (3.1.20) - benchmark (0.4.0) - bigdecimal (3.1.9) + benchmark (0.4.1) + bigdecimal (3.2.1) bindex (0.8.1) bootsnap (1.18.6) msgpack (~> 1.2) @@ -339,7 +339,7 @@ GEM thor (~> 1.0, >= 1.2.2) zeitwerk (~> 2.6) rainbow (3.1.1) - rake (13.2.1) + rake (13.3.0) rdoc (6.14.0) erb psych (>= 4.0.0) @@ -347,23 +347,23 @@ GEM reline (0.6.1) io-console (~> 0.5) rexml (3.4.1) - rspec-core (3.13.3) + rspec-core (3.13.4) rspec-support (~> 3.13.0) - rspec-expectations (3.13.4) + rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.4) + rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (7.1.1) - actionpack (>= 7.0) - activesupport (>= 7.0) - railties (>= 7.0) + rspec-rails (8.0.0) + actionpack (>= 7.2) + activesupport (>= 7.2) + railties (>= 7.2) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) rspec-support (~> 3.13) - rspec-support (3.13.3) + rspec-support (3.13.4) rubocop (1.75.6) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -532,7 +532,7 @@ DEPENDENCIES rails (~> 8.0.2) rails-controller-testing rails_autolink - rspec-rails (~> 7.1.0) + rspec-rails (~> 8.0.0) rubocop-rails-omakase searchkick selenium-webdriver (~> 4.28)