From 981282c7e5ea59ce262fade09b8babd7f0eb1e70 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 1 Jun 2020 09:57:10 +0000 Subject: [PATCH] Update rubocop requirement from 0.48.1 to 0.84.0 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.48.1...v0.84.0) Signed-off-by: dependabot-preview[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 45839ef..d10ac17 100644 --- a/Gemfile +++ b/Gemfile @@ -12,6 +12,6 @@ end group :development, :test do gem "rake" gem "rspec", "~> 3.5" - gem "rubocop", "0.48.1" + gem "rubocop", "0.84.0" gem "toml-rb", "~> 2" end