From c6dcdf6b276920bcbde5dbfaff4d6e93ae1bea82 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2020 09:52:32 +0100 Subject: [PATCH] Update rubocop requirement from 0.80.0 to 0.80.1 (#170) Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. - [Release notes](https://github.com/rubocop-hq/rubocop/releases) - [Changelog](https://github.com/rubocop-hq/rubocop/blob/master/CHANGELOG.md) - [Commits](https://github.com/rubocop-hq/rubocop/compare/v0.80.0...v0.80.1) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c52e1bc3..afa9a2cb 100644 --- a/Gemfile +++ b/Gemfile @@ -11,5 +11,5 @@ gem "memory_profiler", require: false gem "minitest" gem "minitest-reporters" gem "mocha" -gem "rubocop", "0.80.0", require: false +gem "rubocop", "0.80.1", require: false gem "yard"