diff --git a/Gemfile b/Gemfile index b54ed7a6..9a93d161 100644 --- a/Gemfile +++ b/Gemfile @@ -74,7 +74,7 @@ group :development do gem 'rubocop', '~> 1.54.1', require: false gem 'rubocop-rails', '~> 2.20.2', require: false gem 'rubocop-rake', '~> 0.6.0', require: false - gem 'rubocop-rspec', '~> 2.22.0', require: false + gem 'rubocop-rspec', '~> 2.23.2', require: false end # Test tools that must be available in development mode diff --git a/Gemfile.lock b/Gemfile.lock index f33d0ce0..2dc0e0f7 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -361,7 +361,7 @@ GEM railties (>= 5.2) reverse_markdown (2.1.1) nokogiri - rexml (3.2.5) + rexml (3.2.6) rouge (4.1.2) rspec (3.12.0) rspec-core (~> 3.12.0) @@ -407,7 +407,7 @@ GEM rubocop (>= 1.33.0, < 2.0) rubocop-rake (0.6.0) rubocop (~> 1.0) - rubocop-rspec (2.22.0) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -571,7 +571,7 @@ DEPENDENCIES rubocop (~> 1.54.1) rubocop-rails (~> 2.20.2) rubocop-rake (~> 0.6.0) - rubocop-rspec (~> 2.22.0) + rubocop-rspec (~> 2.23.2) sass-rails (~> 6.0) selenium-webdriver (~> 4.10.0) sentry-rails (~> 5.10.0)