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 Oct 21, 2024
1 parent 0bb2bcd commit e845ce0
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 @@ -13,5 +13,5 @@ gem 'bridgetown-svg-inliner', '~> 2.0' # Liquid and ERB helper for Bridgetown to

group :development do
gem 'puma', '~> 6.4' # Puma is a Rack-compatible server used by Bridgetown
gem 'rubocop', '~> 1.66' # RuboCop is a Ruby code style checking and code formatting tool.
gem 'rubocop', '~> 1.67' # RuboCop is a Ruby code style checking and code formatting tool.
end
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ GEM
roda (3.79.0)
rack
rouge (4.2.1)
rubocop (1.66.1)
rubocop (1.67.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -135,7 +135,7 @@ GEM
tilt (2.3.0)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (2.5.0)
unicode-display_width (2.6.0)
uri (0.13.0)
zeitwerk (2.6.13)

Expand All @@ -148,7 +148,7 @@ DEPENDENCIES
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
puma (~> 6.4)
rubocop (~> 1.66)
rubocop (~> 1.67)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit e845ce0

Please sign in to comment.