From 52aa8b1377286c0818430f565bae996209b97d29 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2019 02:08:18 +0000 Subject: [PATCH] Bump rubocop from 0.73.0 to 0.74.0 Bumps [rubocop](https://github.com/rubocop-hq/rubocop) from 0.73.0 to 0.74.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.73.0...v0.74.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 0d8063d68..97c2eaa11 100644 --- a/Gemfile +++ b/Gemfile @@ -83,5 +83,5 @@ group :production do end gem 'newrelic_rpm' -gem 'rubocop', '~> 0.73.0' +gem 'rubocop', '~> 0.74.0' gem 'rollbar' diff --git a/Gemfile.lock b/Gemfile.lock index be520e6f4..76f81e940 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -224,7 +224,7 @@ GEM oauth2 (~> 1.1) omniauth (~> 1.9) parallel (1.17.0) - parser (2.6.3.0) + parser (2.6.4.0) ast (~> 2.4.0) pg (0.20.0) pickadate-rails (3.5.6.0) @@ -314,7 +314,7 @@ GEM rspec-mocks (~> 3.8.0) rspec-support (~> 3.8.0) rspec-support (3.8.0) - rubocop (0.73.0) + rubocop (0.74.0) jaro_winkler (~> 1.5.1) parallel (~> 1.10) parser (>= 2.6) @@ -434,7 +434,7 @@ DEPENDENCIES rspec-collection_matchers rspec-its rspec-rails - rubocop (~> 0.73.0) + rubocop (~> 0.74.0) sass-rails (~> 5.0.1) selenium-webdriver shoulda-matchers (~> 3.1)