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