diff --git a/Gemfile b/Gemfile index c1f2331..d1ae3c1 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do gem "capybara", require: "capybara" gem "selenium-webdriver" - gem "rspec-rails", "~> 8.0.1" + gem "rspec-rails", "~> 8.0.2" gem "faker" gem "factory_bot_rails" end diff --git a/Gemfile.lock b/Gemfile.lock index 2d6fd70..457d553 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -306,7 +306,7 @@ GEM reline (0.6.2) io-console (~> 0.5) rexml (3.4.1) - rspec-core (3.13.4) + rspec-core (3.13.5) rspec-support (~> 3.13.0) rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) @@ -314,7 +314,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) @@ -459,7 +459,7 @@ DEPENDENCIES rdiscount rdoc redcarpet - rspec-rails (~> 8.0.1) + rspec-rails (~> 8.0.2) rubocop-rails-omakase selenium-webdriver skylight