From 2c7eb655cc904250218e8dbb87bf56d97644fdf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 May 2021 02:46:36 +0000 Subject: [PATCH] Update rubocop requirement from ~> 1.12.1 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/v1.12.1...v1.14.0) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index a3816fa53..09a1adfc7 100644 --- a/Gemfile +++ b/Gemfile @@ -14,5 +14,5 @@ end group :development, :test do gem 'minitest' - gem 'rubocop', '~> 1.12.1' + gem 'rubocop', '~> 1.14.0' end