Skip to content

Commit

Permalink
Bump rubocop from 1.72.2 to 1.73.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.72.2 to 1.73.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.72.2...v1.73.0)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 27, 2025
1 parent be6144c commit 7cfaf3f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ group :development do
gem "ed25519", ">= 1.2", "< 2.0", require: false # Required to support ed25519 SSH keys for capistrano. https://github.com/net-ssh/net-ssh/issues/565
gem "haml_lint", require: false
gem "letter_opener"
gem "rubocop", "1.72.2", require: false
gem "rubocop", "1.73.0", require: false
gem "rubocop-performance"
gem "rubocop-rails"
gem "rubocop-rspec"
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,7 @@ GEM
rspec-support (3.13.2)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.72.2)
rubocop (1.73.0)
json (~> 2.3)
language_server-protocol (~> 3.17.0.2)
lint_roller (~> 1.1.0)
Expand Down Expand Up @@ -789,7 +789,7 @@ DEPENDENCIES
rspec-collection_matchers
rspec-rails
rspec_junit_formatter
rubocop (= 1.72.2)
rubocop (= 1.73.0)
rubocop-performance
rubocop-rails
rubocop-rspec
Expand Down

0 comments on commit 7cfaf3f

Please sign in to comment.