diff --git a/Gemfile b/Gemfile index b2e5e598..26a0c96c 100644 --- a/Gemfile +++ b/Gemfile @@ -78,7 +78,7 @@ group :development, :test do gem "annotate", github: "dabit/annotate_models", branch: "rails-7" gem "factory_bot_rails" gem "faker", git: "https://github.com/faker-ruby/faker.git", branch: "master" - gem "rspec-rails", "~> 6.0.0" + gem "rspec-rails", "~> 6.1.0" gem "rubocop-rails", require: false gem "rubocop-rails_config" gem "rubocop-rspec", require: false diff --git a/Gemfile.lock b/Gemfile.lock index 3e97fd15..7f22e9fc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -244,11 +244,11 @@ GEM net-smtp (0.4.0) net-protocol nio4r (2.5.9) - 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) omniauth (2.1.1) hashie (>= 3.4.6) @@ -336,7 +336,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) @@ -496,7 +496,7 @@ DEPENDENCIES rails (~> 7.0.3) redis (~> 5.0) rolify - rspec-rails (~> 6.0.0) + rspec-rails (~> 6.1.0) rubocop-rails rubocop-rails_config rubocop-rspec