From b65f2e858fdf9811eeb1741cd3ee2ee6a5c020b5 Mon Sep 17 00:00:00 2001 From: Brenda Wallace Date: Thu, 27 Jun 2019 22:14:48 +1200 Subject: [PATCH] update rubocop to match codeclimate settings --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index afb4a5efd..af27eae7c 100644 --- a/Gemfile +++ b/Gemfile @@ -147,7 +147,7 @@ group :development, :test do gem 'i18n-tasks' # adds tests for finding missing and unused translations gem 'rspec-activemodel-mocks' gem 'rspec-rails' # unit testing framework - gem 'rubocop', '~> 0.70' + gem 'rubocop', '~> 0.71' gem 'rubocop-rails' gem 'rubocop-rspec' gem 'webrat' # provides HTML matchers for view tests diff --git a/Gemfile.lock b/Gemfile.lock index 461c418cb..d349d91e6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -642,7 +642,7 @@ DEPENDENCIES responders rspec-activemodel-mocks rspec-rails - rubocop (~> 0.70) + rubocop (~> 0.71) rubocop-rails rubocop-rspec ruby-units