From 05d8fc335328215a59b7bab9f50ea42b4f0efe71 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2019 12:45:49 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50.0 to ~> 0.72.0 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.50.0...v0.72.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index dfd0ece..355f6f7 100644 --- a/Gemfile +++ b/Gemfile @@ -16,7 +16,7 @@ end group :development, :test do gem 'rake' - gem 'rubocop', '~> 0.50.0', require: false + gem 'rubocop', '~> 0.72.0', require: false gem 'simplecov', require: false end