From dda687dcf64560a20070aeccbbecb29775dd80d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Wed, 18 Jul 2018 18:35:10 +0000 Subject: [PATCH] Update rubocop requirement to ~> 0.58.1 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/commits/v0.58.1) Signed-off-by: dependabot[bot] --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index fdee7c0..30bc746 100644 --- a/Gemfile +++ b/Gemfile @@ -59,5 +59,5 @@ gem "uswds-jekyll" # 18F/federalist-docs gem "jekyll_pages_api_search", group: :jekyll_plugins # 18F/federalist-docs group :dev do - gem "rubocop", "~> 0.57.0" + gem "rubocop", "~> 0.58.1" end