From 2090c26b75e554d65d33d4bcdf3a8d1e85f21123 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 18 Mar 2019 19:02:42 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50.0 to ~> 0.66.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.66.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 82af0b2..1f36f56 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ group :development, :test do gem 'fuubar' gem 'rake' gem 'rspec', '~> 3.0' - gem 'rubocop', '~> 0.50.0' + gem 'rubocop', '~> 0.66.0' end group :rails do