Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 1b21b78

Browse files
authoredSep 20, 2022
Update rubocop requirement from ~> 1.22.3 to ~> 1.23.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.22.3...v1.23.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3708c7c commit 1b21b78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ gem 'berkshelf'
77
group :style do
88
gem 'cookstyle', '~> 7.25.9'
99
gem 'rake', '~> 13.0.1'
10-
gem 'rubocop', '~> 1.22.3'
10+
gem 'rubocop', '~> 1.23.0'
1111
gem 'rubocop-gitlab-security', '~> 0.1.1'
1212
end
1313

0 commit comments

Comments
 (0)
Please sign in to comment.