diff --git a/Gemfile b/Gemfile index a66ce8b..bbcce83 100644 --- a/Gemfile +++ b/Gemfile @@ -49,7 +49,7 @@ group :development, :test do gem "rubocop-rake", "~> 0.6.0", require: false # Testing framework - gem "rspec-rails", "~> 8.0.1" + gem "rspec-rails", "~> 8.0.2" gem "factory_bot_rails", "~> 6.4" gem "faker", "~> 3.2" gem "shoulda-matchers", "~> 5.3" diff --git a/Gemfile.lock b/Gemfile.lock index aa70273..9c85f95 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -274,7 +274,7 @@ GEM rspec-mocks (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.1) + rspec-rails (8.0.2) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -396,7 +396,7 @@ DEPENDENCIES puma (>= 5.0) rails (~> 8.0.2) rails-controller-testing (~> 1.0) - rspec-rails (~> 8.0.1) + rspec-rails (~> 8.0.2) rubocop (~> 1.63.0) rubocop-performance (~> 1.21.0) rubocop-rails (~> 2.24.0)