diff --git a/Gemfile b/Gemfile index 57176735d..56a3fa54c 100644 --- a/Gemfile +++ b/Gemfile @@ -114,7 +114,7 @@ group :test do gem 'cuprite' gem 'rspec-collection_matchers' gem 'rspec-its' - gem 'rspec-rails', '6.1.3' + gem 'rspec-rails', '6.1.4' gem 'rspec-retry' gem 'shoulda-matchers' gem 'simplecov', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 29be2cc6a..12173b476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -265,7 +265,7 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2024.0305) mini_mime (1.1.5) - minitest (5.24.1) + minitest (5.25.1) mjml-rails (4.11.0) msgpack (1.7.2) multi_json (1.15.0) @@ -436,7 +436,7 @@ GEM rspec-mocks (3.13.1) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.3) + rspec-rails (6.1.4) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -494,7 +494,7 @@ GEM bigdecimal concurrent-ruby (~> 1.0, >= 1.0.2) shellany (0.0.1) - shoulda-matchers (6.3.0) + shoulda-matchers (6.4.0) activesupport (>= 5.2.0) simplecov (0.22.0) docile (~> 1.1) @@ -619,7 +619,7 @@ DEPENDENCIES redis rspec-collection_matchers rspec-its - rspec-rails (= 6.1.3) + rspec-rails (= 6.1.4) rspec-retry rubocop rubocop-capybara