Skip to content

Commit

Permalink
chore(deps): Bump rubocop from 1.66.1 to 1.67.0
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.66.1 to 1.67.0.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.66.1...v1.67.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 21, 2024
1 parent 9ee452d commit 8fda2cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ end
gem 'benchmark-ips', '~> 2.13'
gem 'minitest', '~> 5.25'
gem 'rake', '~> 13.2'
gem 'rubocop', '~> 1.66'
gem 'rubocop', '~> 1.67'

gem 'simplecov', require: false
gem 'simplecov-cobertura', require: false
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.2)
rexml (3.3.7)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -104,7 +104,7 @@ GEM
simplecov_json_formatter (0.1.4)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)

PLATFORMS
arm64-darwin-23
Expand All @@ -117,7 +117,7 @@ DEPENDENCIES
clsx-rails!
minitest (~> 5.25)
rake (~> 13.2)
rubocop (~> 1.66)
rubocop (~> 1.67)
simplecov
simplecov-cobertura

Expand Down

0 comments on commit 8fda2cf

Please sign in to comment.