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