diff --git a/Gemfile b/Gemfile index bf8d284e..8d483df6 100644 --- a/Gemfile +++ b/Gemfile @@ -36,7 +36,7 @@ group :development, :test do gem "dotenv-rails", "~> 2.8" gem "erb_lint", "~> 0.5", require: false gem "factory_bot_rails", "~> 6.2" - gem "rspec-rails", "~> 6.0" + gem "rspec-rails", "~> 6.1" gem "rubocop", "~> 1.56", require: false gem "rubocop-performance", "~> 1.19", require: false gem "rubocop-rails", "~> 2.21", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 9d33bacc..15940ba9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -174,7 +174,7 @@ GEM activesupport (>= 6.0.0) railties (>= 6.0.0) io-console (0.6.0) - irb (1.9.0) + irb (1.9.1) rdoc reline (>= 0.3.8) jaro_winkler (1.5.6) @@ -217,11 +217,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.6.0) - nokogiri (1.15.4-arm64-darwin) + nokogiri (1.15.5-arm64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-darwin) + nokogiri (1.15.5-x86_64-darwin) racc (~> 1.4) - nokogiri (1.15.4-x86_64-linux) + nokogiri (1.15.5-x86_64-linux) racc (~> 1.4) oauth2 (2.0.9) faraday (>= 0.17.3, < 3.0) @@ -325,7 +325,7 @@ GEM rspec-mocks (3.12.6) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.12.0) - rspec-rails (6.0.3) + rspec-rails (6.1.0) actionpack (>= 6.1) activesupport (>= 6.1) railties (>= 6.1) @@ -483,7 +483,7 @@ DEPENDENCIES rack-mini-profiler (~> 3.1) rails (= 7.1.1) rouge (~> 4.1) - rspec-rails (~> 6.0) + rspec-rails (~> 6.1) rubocop (~> 1.56) rubocop-performance (~> 1.19) rubocop-rails (~> 2.21)