Skip to content

Commit

Permalink
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:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and noraj committed Oct 17, 2024
1 parent f7ae75d commit cdbabd8
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 @@ -32,7 +32,7 @@ end

# Needed for linting
group :development, :lint do
gem 'rubocop', '~> 1.66'
gem 'rubocop', '~> 1.67'
end

group :development, :docs do
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.2)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -56,7 +56,7 @@ GEM
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-confusable (1.11.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.0)
webrick (1.8.2)
yard (0.9.37)
Expand All @@ -76,7 +76,7 @@ DEPENDENCIES
minitest-skip (~> 0.0)
paint (~> 2.3)
rake (~> 13.2)
rubocop (~> 1.66)
rubocop (~> 1.67)
twitter_cldr (~> 6.12)
unicode-confusable (~> 1.11)
unisec!
Expand Down

0 comments on commit cdbabd8

Please sign in to comment.