diff --git a/Gemfile b/Gemfile index 033420d..a7ee4bc 100644 --- a/Gemfile +++ b/Gemfile @@ -45,7 +45,7 @@ gem 'redcarpet', '3.6.0' gem 'rerun', '0.14.0', require: false gem 'rspec-rails', '3.9.1', require: false gem 'rubocop', '1.56.2', require: false -gem 'rubocop-rspec', '2.20.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', require: false diff --git a/Gemfile.lock b/Gemfile.lock index 5aefaf0..45c4476 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -203,9 +203,12 @@ GEM parser (>= 3.2.1.0) rubocop-capybara (2.18.0) rubocop (~> 1.41) - rubocop-rspec (2.20.0) + rubocop-factory_bot (2.23.1) + rubocop (~> 1.33) + rubocop-rspec (2.23.2) rubocop (~> 1.33) rubocop-capybara (~> 2.17) + rubocop-factory_bot (~> 2.22) ruby-progressbar (1.13.0) ruby2_keywords (0.0.5) sass (3.7.4) @@ -299,7 +302,7 @@ DEPENDENCIES rerun (= 0.14.0) rspec-rails (= 3.9.1) rubocop (= 1.56.2) - rubocop-rspec (= 2.20.0) + rubocop-rspec (= 2.23.2) sass (= 3.7.4) sentry-raven (= 3.1.2) simplecov (= 0.22.0)