Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.22.3 to ~> 1.23.0
Browse files Browse the repository at this point in the history
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] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 23, 2021
1 parent 3c79af5 commit e63343a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ gem 'berkshelf'
group :style do
gem 'cookstyle', '~> 7.25.9'
gem 'rake', '~> 13.0.1'
gem 'rubocop', '~> 1.22.3'
gem 'rubocop', '~> 1.23.0'
gem 'rubocop-gitlab-security', '~> 0.1.1'
end

Expand Down

0 comments on commit e63343a

Please sign in to comment.