Skip to content

Commit 0f82169

Browse files
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] <support@dependabot.com>
1 parent 8f7a869 commit 0f82169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@ gem "uswds-jekyll" # 18F/federalist-docs
5959
gem "jekyll_pages_api_search", group: :jekyll_plugins # 18F/federalist-docs
6060

6161
group :dev do
62-
gem "rubocop", "~> 0.57.0"
62+
gem "rubocop", "~> 0.58.1"
6363
end

0 commit comments

Comments
 (0)