From 17c278e03d8177b12a3e5d9d6df102fee66a7f5c Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Jul 2021 04:46:23 +0000 Subject: [PATCH] Update rubocop requirement from ~> 0.82.0 to ~> 1.18.3 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.18.3) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index d9d29ba..f328345 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.18.3' gem 'simple_mock' gem 'simplecov', require: false end