From c1f4686f7061f88b85025279e13b3ce26af4eaa2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Mon, 4 Mar 2019 12:06:54 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.50.0 to ~> 0.65.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.65.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 2df14db..cf9d049 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.65.0' end group :rails do