diff --git a/Gemfile b/Gemfile index 178ea70..17fc4c2 100644 --- a/Gemfile +++ b/Gemfile @@ -84,7 +84,7 @@ group :development do end group :test do - gem "rspec-rails", "~> 6.0.0" + gem "rspec-rails", "~> 6.1.1" gem "factory_bot_rails", "~> 6.2" gem "faker", "~> 3.2" gem "pundit-matchers", "~> 3.1" diff --git a/Gemfile.lock b/Gemfile.lock index 8217a17..b60d862 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM devise_invitable (2.0.9) actionmailer (>= 5.0) devise (>= 4.6) - diff-lcs (1.5.0) + diff-lcs (1.5.1) discard (1.3.0) activerecord (>= 4.2, < 8) dockerfile-rails (1.6.6) @@ -362,15 +362,15 @@ GEM rspec-core (~> 3.12.0) rspec-expectations (~> 3.12.0) rspec-mocks (~> 3.12.0) - rspec-core (3.12.2) + rspec-core (3.12.3) rspec-support (~> 3.12.0) - rspec-expectations (3.12.3) + rspec-expectations (3.12.4) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-mocks (3.12.6) + rspec-mocks (3.12.7) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.4) + rspec-rails (6.1.1) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -378,7 +378,7 @@ GEM rspec-expectations (~> 3.12) rspec-mocks (~> 3.12) rspec-support (~> 3.12) - rspec-support (3.12.1) + rspec-support (3.12.2) rubocop (1.61.0) json (~> 2.3) language_server-protocol (>= 3.17.0) @@ -517,7 +517,7 @@ DEPENDENCIES rails-i18n (~> 7.0) react-rails (~> 3.2) responders (~> 3.1.0) - rspec-rails (~> 6.0.0) + rspec-rails (~> 6.1.1) selenium-webdriver standard (~> 1.34.0) standard-rails (~> 1.0.2)