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