Skip to content

Commit

Permalink
Update rubocop requirement from ~> 1.57.1 to ~> 1.58.0 (#518)
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.57.1...v1.58.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Dec 5, 2023
1 parent 7c3fc05 commit 835e97d
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 @@ -18,7 +18,7 @@ group :test do
gem "climate_control", "~> 1.2.0"
gem "oj", "~> 3.14" if ENV["WITH_OJ_GEM"] == "true"
gem "rspec", "~> 3.12.0"
gem "rubocop", "~> 1.57.1"
gem "rubocop", "~> 1.58.0"
gem "rubocop-performance", "~> 1.19.0"
gem "simplecov", "~> 0.22.0"
gem "simplecov-console", "~> 0.9.1"
Expand Down

0 comments on commit 835e97d

Please sign in to comment.