diff --git a/Gemfile b/Gemfile index e6ceff9..78541ec 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.0.1" gem "factory_bot_rails", "~> 6.4.3" gem "faker", "~> 3.2.3" diff --git a/Gemfile.lock b/Gemfile.lock index aeadb6e..6bd0d33 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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.0.1) + actionpack (>= 7.0) + activesupport (>= 7.0) + railties (>= 7.0) rspec-core (~> 3.13) rspec-expectations (~> 3.13) rspec-mocks (~> 3.13) @@ -311,7 +311,7 @@ DEPENDENCIES rails (~> 7.2.2) redis (>= 4.0.1) redis-rails - rspec-rails (~> 6.1.2) + rspec-rails (~> 7.0.1) rubocop-rails-omakase shoulda-matchers (~> 5.0) tzinfo-data