diff --git a/Gemfile b/Gemfile index 6935565..6d9e507 100644 --- a/Gemfile +++ b/Gemfile @@ -37,7 +37,7 @@ gem 'relative_time', '1.1.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '6.0.3', require: false gem 'rubocop', '1.54.2', require: false -gem 'rubocop-rspec', '2.23.0', require: false +gem 'rubocop-rspec', '2.23.2', require: false gem 'sass', '3.7.4' gem 'sentry-raven', '3.1.2' gem 'simplecov', '0.22.0' diff --git a/Gemfile.lock b/Gemfile.lock index 1e78838..b1c86f8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -186,7 +186,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rspec (2.23.0) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) rubocop-factory_bot (~> 2.22) @@ -269,7 +269,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 6.0.3) rubocop (= 1.54.2) - rubocop-rspec (= 2.23.0) + rubocop-rspec (= 2.23.2) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)