Skip to content

Commit

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

---
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 Apr 15, 2024
1 parent 7e391e0 commit 0813050
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.62' # RuboCop is a Ruby code style checking and code formatting tool.
gem 'rubocop', '~> 1.63' # 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 @@ -74,7 +74,7 @@ GEM
activesupport (>= 5.0.0, < 8.0)
i18n (1.14.4)
concurrent-ruby (~> 1.0)
json (2.7.1)
json (2.7.2)
kramdown (2.4.0)
rexml
kramdown-parser-gfm (1.1.0)
Expand Down Expand Up @@ -112,7 +112,7 @@ GEM
roda (3.78.0)
rack
rouge (4.2.1)
rubocop (1.62.1)
rubocop (1.63.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand Down Expand Up @@ -147,7 +147,7 @@ DEPENDENCIES
bridgetown-seo-tag (~> 6.0)
bridgetown-svg-inliner (~> 2.0)
puma (~> 6.4)
rubocop (~> 1.62)
rubocop (~> 1.63)

RUBY VERSION
ruby 3.3.0p0
Expand Down

0 comments on commit 0813050

Please sign in to comment.