From 0c595bd1d823bf79683c332d6cf761ababe0471e Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 21 Nov 2019 01:11:50 +0000 Subject: [PATCH] Update rubocop requirement from 0.52.1 to 0.68.1 Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [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.52.1...v0.68.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 52f6e4e..15bf18a 100644 --- a/Gemfile +++ b/Gemfile @@ -12,7 +12,7 @@ end group :test do gem "coveralls", require: false gem "rspec", "~> 3.7", require: false - gem "rubocop", "= 0.65.0", require: false + gem "rubocop", "0.68.1", require: false end group :development, :test do