Skip to content

Commit d69debe

Browse files
Update rubocop requirement from ~> 1.15.0 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.15.0...v1.23.0) --- updated-dependencies: - dependency-name: rubocop dependency-type: direct:development ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 91c40a0 commit d69debe

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
@@ -7,7 +7,7 @@ gem 'berkshelf'
77
group :style do
88
gem 'foodcritic', '~> 16.3.0'
99
gem 'rake', '~> 13.0.1'
10-
gem 'rubocop', '~> 1.15.0'
10+
gem 'rubocop', '~> 1.23.0'
1111
gem 'rubocop-gitlab-security', '~> 0.1.1'
1212
end
1313

0 commit comments

Comments
 (0)