From 40dfd9d177afdbde261858b02caafe33a5fb8d58 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 04:40:43 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.82.0 to ~> 1.14.0 Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop/rubocop/releases) - [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop/rubocop/compare/v0.82.0...v1.14.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d9d29ba..e1a5746 100644 --- a/Gemfile +++ b/Gemfile @@ -7,7 +7,7 @@ source 'https://rubygems.org' group :test do gem 'minitest', '~> 5.14.0' gem 'rake' - gem 'rubocop', '~> 0.82.0' + gem 'rubocop', '~> 1.14.0' gem 'simple_mock' gem 'simplecov', require: false end