From d585864d2d7b514810aea69ce3a35f55b4611e19 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 14:27:56 -0400 Subject: [PATCH] Bump rubocop-rails from 2.0.1 to 2.2.0 (#3402) [ci skip] Bumps [rubocop-rails](https://github.com/rubocop-hq/rubocop-rails) from 2.0.1 to 2.2.0. - [Release notes](https://github.com/rubocop-hq/rubocop-rails/releases) - [Changelog](https://github.com/rubocop-hq/rubocop-rails/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop-rails/compare/v2.0.1...v2.2.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- Gemfile.lock | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 5f76d001a..372d62219 100644 --- a/Gemfile +++ b/Gemfile @@ -133,7 +133,7 @@ group :development, :test do gem "rspec-rails", "~> 3.8" # rspec-rails is a testing framework for Rails 3+ 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-rails", "~> 2.2", require: false # Automatic Rails code style checking tool gem "rubocop-rspec", "~> 1.33", require: false # Code style checking for RSpec files gem "spring", "~> 2.1" # Preloads your application so things like console, rake and tests run faster gem "spring-commands-rspec", "~> 1.0" # rspec command for spring diff --git a/Gemfile.lock b/Gemfile.lock index 3b8c2b2ec..c2f507bdc 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -659,9 +659,9 @@ GEM unicode-display_width (>= 1.4.0, < 1.7) rubocop-performance (1.4.0) rubocop (>= 0.71.0) - rubocop-rails (2.0.1) + rubocop-rails (2.2.0) rack (>= 1.1) - rubocop (>= 0.70.0) + rubocop (>= 0.72.0) rubocop-rspec (1.33.0) rubocop (>= 0.60.0) ruby-prof (0.18.0) @@ -951,7 +951,7 @@ DEPENDENCIES rspec-retry (~> 0.6) rubocop (~> 0.72) rubocop-performance (~> 1.4) - rubocop-rails (~> 2.0) + rubocop-rails (~> 2.2) rubocop-rspec (~> 1.33) ruby-prof (~> 0.18) rubyzip (~> 1.2)