Skip to content

Commit 04b8f85

Browse files
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 f39ecf8 commit 04b8f85

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)