From 2a5b2c46cf0608476ce24190a43a99c3cc20b3c6 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 6 Jul 2019 18:25:38 +0000 Subject: [PATCH] Bump rubocop from 0.71.0 to 0.72.0 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Gemfile b/Gemfile index 3ab770de..a332dfc7 100644 --- a/Gemfile +++ b/Gemfile @@ -62,7 +62,7 @@ end group :development, :test do gem 'byebug' gem 'listen' - gem "rubocop", "~> 0.71", require: false + gem "rubocop", "~> 0.72", require: false end group :test do diff --git a/Gemfile.lock b/Gemfile.lock index 36c92e4d..cdf1c84f 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -100,7 +100,7 @@ GEM htmlentities (4.3.4) i18n (1.6.0) concurrent-ruby (~> 1.0) - jaro_winkler (1.5.2) + jaro_winkler (1.5.3) jquery-rails (4.3.5) rails-dom-testing (>= 1, < 3) railties (>= 4.2.0) @@ -193,7 +193,7 @@ GEM diff-lcs (>= 1.2.0, < 2.0) rspec-support (~> 3.8.0) rspec-support (3.8.2) - rubocop (0.71.0) + rubocop (0.72.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -298,7 +298,7 @@ DEPENDENCIES rails-dom-testing (~> 2.0.0) rails_autolink rspec-expectations - rubocop (~> 0.71) + rubocop (~> 0.72) sanitize (~> 5.0) sass-rails (~> 5.0) selenium-webdriver (~> 3.142)