diff --git a/Gemfile b/Gemfile index 966e3170..b43cc739 100644 --- a/Gemfile +++ b/Gemfile @@ -56,7 +56,7 @@ group :development, :test do gem 'byebug', '~> 11.1.3', platforms: %i[mri mingw x64_mingw] gem 'dotenv-rails', '~> 2.8.1', '>= 2.8.1' gem 'i18n-tasks', '~> 1.0.13' - gem 'rspec-rails', '~> 6.0.3', '>= 6.0.3' + gem 'rspec-rails', '~> 6.1.0' gem 'rubocop', '~> 1.57.2' gem 'rubocop-performance', '~> 1.19.1' gem 'rubocop-rails', '~> 2.22.1' diff --git a/Gemfile.lock b/Gemfile.lock index a9f26d9e..fe820a36 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -169,7 +169,7 @@ GEM rainbow (>= 2.2.2, < 4.0) terminal-table (>= 1.5.1) io-console (0.6.0) - irb (1.9.0) + irb (1.9.1) rdoc reline (>= 0.3.8) jbuilder (2.11.5) @@ -304,7 +304,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) @@ -412,7 +412,7 @@ DEPENDENCIES rest-client (~> 2.1) rollbar (~> 3.4.1) roo (~> 2.10.0) - rspec-rails (~> 6.0.3, >= 6.0.3) + rspec-rails (~> 6.1.0) rubocop (~> 1.57.2) rubocop-performance (~> 1.19.1) rubocop-rails (~> 2.22.1)