Skip to content
This repository was archived by the owner on Aug 4, 2024. It is now read-only.

Commit 31644d7

Browse files
Update rubocop requirement from 1.54.0 to 1.55.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](rubocop/rubocop@v1.54.0...v1.55.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 0fb0d41 commit 31644d7

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
@@ -4,7 +4,7 @@ gemspec
44
gem "minitest", "~> 5.11"
55
gem "minitest-reporters", "~> 1.3"
66
gem "rake", "~> 13.0"
7-
gem "rubocop", "1.54.0"
7+
gem "rubocop", "1.55.0"
88
gem "rubocop-minitest", "0.31.0"
99
gem "rubocop-packaging", "0.5.2"
1010
gem "rubocop-performance", "1.18.0"

0 commit comments

Comments
 (0)