diff --git a/Gemfile b/Gemfile index 252579d..6935565 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.22.0', require: false +gem 'rubocop-rspec', '2.23.0', 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 ef07041..1e78838 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -151,7 +151,7 @@ GEM i18n rerun (0.14.0) listen (~> 3.0) - rexml (3.2.5) + rexml (3.2.6) rspec-core (3.12.2) rspec-support (~> 3.12.0) rspec-expectations (3.12.3) @@ -186,7 +186,7 @@ GEM rubocop (~> 1.41) rubocop-factory_bot (2.23.1) rubocop (~> 1.33) - rubocop-rspec (2.22.0) + rubocop-rspec (2.23.0) 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.22.0) + rubocop-rspec (= 2.23.0) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)