diff --git a/Gemfile b/Gemfile index d9b6be9..8df54cd 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.0" + gem "rspec-rails", "~> 8.0.1" gem "faker" gem "factory_bot_rails" end diff --git a/Gemfile.lock b/Gemfile.lock index cf82c4a..575f3b7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -130,7 +130,7 @@ GEM ruby-statistics (>= 4.0.1) ruby2_keywords thor (>= 0.19, < 2) - diff-lcs (1.6.1) + diff-lcs (1.6.2) drb (2.2.3) erb (5.0.1) erubi (1.13.1) @@ -304,15 +304,15 @@ 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 (8.0.0) + rspec-rails (8.0.1) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) @@ -320,7 +320,7 @@ GEM 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.3) json (~> 2.3) language_server-protocol (~> 3.17.0.2) @@ -457,7 +457,7 @@ DEPENDENCIES rdiscount rdoc redcarpet - rspec-rails (~> 8.0.0) + rspec-rails (~> 8.0.1) rubocop-rails-omakase selenium-webdriver skylight