diff --git a/Gemfile b/Gemfile index e6ceff9..72c9841 100644 --- a/Gemfile +++ b/Gemfile @@ -46,7 +46,7 @@ group :development, :test do # Static analysis for security vulnerabilities [https://brakemanscanner.org/] gem "brakeman", require: false - gem "rspec-rails", "~> 6.1.2" + gem "rspec-rails", "~> 7.1.0" gem "factory_bot_rails", "~> 6.4.3" gem "faker", "~> 3.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index aeadb6e..41eb746 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -78,7 +78,7 @@ GEM ast (2.4.2) base64 (0.2.0) bcrypt (3.1.20) - benchmark (0.3.0) + benchmark (0.4.0) bigdecimal (3.1.8) bootsnap (1.18.4) msgpack (~> 1.2) @@ -156,7 +156,7 @@ GEM ast (~> 2.4.1) racc pg (1.5.9) - psych (5.1.2) + psych (5.2.0) stringio puma (6.4.3) nio4r (~> 2.0) @@ -224,7 +224,7 @@ GEM redis-store (1.11.0) redis (>= 4, < 6) regexp_parser (2.9.2) - reline (0.5.10) + reline (0.5.11) io-console (~> 0.5) rspec-core (3.13.2) rspec-support (~> 3.13.0) @@ -234,10 +234,10 @@ GEM rspec-mocks (3.13.2) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (6.1.5) - actionpack (>= 6.1) - activesupport (>= 6.1) - railties (>= 6.1) + rspec-rails (7.1.0) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -275,7 +275,7 @@ GEM securerandom (0.3.1) shoulda-matchers (5.3.0) activesupport (>= 5.2.0) - stringio (3.1.1) + stringio (3.1.2) thor (1.3.2) timeout (0.4.1) tzinfo (2.0.6) @@ -311,7 +311,7 @@ DEPENDENCIES rails (~> 7.2.2) redis (>= 4.0.1) redis-rails - rspec-rails (~> 6.1.2) + rspec-rails (~> 7.1.0) rubocop-rails-omakase shoulda-matchers (~> 5.0) tzinfo-data