From 63abcae01e4d8af5f18bd1d288dfc0d45b80c15c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Nov 2020 13:03:36 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.52 to ~> 1.4 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.0...v1.4.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b8bcc0f..a73db6e 100644 --- a/Gemfile +++ b/Gemfile @@ -11,6 +11,6 @@ group :test do gem 'pry' gem 'rb-readline' gem 'rspec', '~> 3.9.0' - gem 'rubocop', '~> 0.52' + gem 'rubocop', '~> 1.4' gem 'webmock', '1.21.0' end