From 57c8241b73764f84cbd46256db9d944bd5ec3f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Mendon=C3=A7a=20Fran=C3=A7a?= Date: Mon, 20 Jan 2020 14:43:09 -0500 Subject: [PATCH] Update rubocop --- ...https---shopify-github-io-ruby-style-guide-rubocop-yml | 4 +++- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml b/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml index d91a9ac..6cb8e45 100644 --- a/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml +++ b/.rubocop-https---shopify-github-io-ruby-style-guide-rubocop-yml @@ -1,3 +1,5 @@ +# Recommended rubocop version: ~> 0.78.0 + AllCops: Exclude: - 'db/schema.rb' @@ -509,7 +511,7 @@ Style/WhileUntilModifier: Metrics/BlockNesting: Max: 3 -Metrics/LineLength: +Layout/LineLength: Max: 120 AllowHeredoc: true AllowURI: true diff --git a/Gemfile b/Gemfile index 95d6dce..2ac3466 100644 --- a/Gemfile +++ b/Gemfile @@ -5,4 +5,4 @@ source "https://rubygems.org" gemspec gem 'rails', '~> 6.0.0' -gem 'rubocop', '0.77.0', require: false +gem 'rubocop', '0.78.0', require: false diff --git a/Gemfile.lock b/Gemfile.lock index e16297f..0ce6af4 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -91,7 +91,7 @@ GEM nokogiri (1.10.5) mini_portile2 (~> 2.4.0) parallel (1.19.1) - parser (2.6.5.0) + parser (2.7.0.0) ast (~> 2.4.0) rack (2.0.7) rack-test (1.1.0) @@ -124,7 +124,7 @@ GEM thor (>= 0.20.3, < 2.0) rainbow (3.0.0) rake (13.0.1) - rubocop (0.77.0) + rubocop (0.78.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -161,8 +161,8 @@ DEPENDENCIES mocha (>= 1.10.0) rails (~> 6.0.0) rake - rubocop (= 0.77.0) + rubocop (= 0.78.0) tzinfo-data (>= 1.2019.3) BUNDLED WITH - 1.17.2 + 1.17.3