diff --git a/Gemfile b/Gemfile index 07c13cac..3c720cd8 100644 --- a/Gemfile +++ b/Gemfile @@ -65,7 +65,7 @@ group :development, :test do gem 'byebug', '~> 13.0.0', platforms: %i[mri mingw x64_mingw] gem 'dotenv-rails', '~> 3.2.0' gem 'i18n-tasks', '~> 1.1.2' - gem 'rspec-rails', '~> 8.0.3' + gem 'rspec-rails', '~> 8.0.4' gem 'rubocop', '~> 1.85.1' gem 'rubocop-performance', '~> 1.26.1' gem 'rubocop-rails', '~> 2.34.3' diff --git a/Gemfile.lock b/Gemfile.lock index 25907c04..67c83520 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -347,17 +347,17 @@ GEM rspec-expectations (3.13.5) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-mocks (3.13.7) + rspec-mocks (3.13.8) diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.13.0) - rspec-rails (8.0.3) + rspec-rails (8.0.4) actionpack (>= 7.2) activesupport (>= 7.2) railties (>= 7.2) - rspec-core (~> 3.13) - rspec-expectations (~> 3.13) - rspec-mocks (~> 3.13) - rspec-support (~> 3.13) + rspec-core (>= 3.13.0, < 5.0.0) + rspec-expectations (>= 3.13.0, < 5.0.0) + rspec-mocks (>= 3.13.0, < 5.0.0) + rspec-support (>= 3.13.0, < 5.0.0) rspec-support (3.13.7) rubocop (1.85.1) json (~> 2.3) @@ -472,7 +472,7 @@ DEPENDENCIES rest-client (~> 2.1) rollbar (~> 3.7.0) roo (~> 3.0.0) - rspec-rails (~> 8.0.3) + rspec-rails (~> 8.0.4) rubocop (~> 1.85.1) rubocop-performance (~> 1.26.1) rubocop-rails (~> 2.34.3)