From c256ed228d4b9d6d96cffafc57bcb1bfb522784e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2019 11:42:07 -0400 Subject: [PATCH] Bump rubocop from 0.71.0 to 0.72.0 (#3355) [ci skip] Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.71.0 to 0.72.0. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.71.0...v0.72.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 99b1e3fcc..2f06bd30d 100644 --- a/Gemfile +++ b/Gemfile @@ -131,7 +131,7 @@ group :development, :test do gem "parallel_tests", "~> 2.29" # Run Test::Unit / RSpec / Cucumber / Spinach in parallel gem "pry-byebug", "~> 3.7" # Combine 'pry' with 'byebug'. Adds 'step', 'next', 'finish', 'continue' and 'break' commands to control execution gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+ - gem "rubocop", "~> 0.71", require: false # Automatic Ruby code style checking tool + gem "rubocop", "~> 0.72", require: false # Automatic Ruby code style checking tool gem "rubocop-performance", "~> 1.4", require: false # A collection of RuboCop cops to check for performance optimizations in Ruby code gem "rubocop-rails", "~> 2.0", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.33", require: false # Code style checking for RSpec files diff --git a/Gemfile.lock b/Gemfile.lock index 2959e0088..00b3974b0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -650,7 +650,7 @@ GEM rspec-retry (0.6.1) rspec-core (> 3.3) rspec-support (3.8.0) - rubocop (0.71.0) + rubocop (0.72.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -949,7 +949,7 @@ DEPENDENCIES rouge (~> 3.4) rspec-rails (~> 3.8) rspec-retry (~> 0.6) - rubocop (~> 0.71) + rubocop (~> 0.72) rubocop-performance (~> 1.4) rubocop-rails (~> 2.0) rubocop-rspec (~> 1.33)