Skip to content

Commit

Permalink
Bump rubocop from 1.62.1 to 1.63.0
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.0.
- [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.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 Apr 9, 2024
1 parent cbe58ee commit 3801ea0
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 @@ -19,7 +19,7 @@ group :development, :test do
end

group :development, :lint do
gem 'rubocop', '~> 1.62'
gem 'rubocop', '~> 1.63'
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 @@ -11,7 +11,7 @@ GEM
ast (2.4.2)
commonmarker (0.23.10)
docopt (0.6.1)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.22.3)
paint (2.3.0)
Expand All @@ -24,7 +24,7 @@ GEM
rake (13.2.1)
regexp_parser (2.9.0)
rexml (3.2.6)
rubocop (1.62.1)
rubocop (1.63.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -51,7 +51,7 @@ DEPENDENCIES
minitest (~> 5.22)
paint (~> 2.3)
rake (~> 13.2)
rubocop (~> 1.62)
rubocop (~> 1.63)
vbsmin!
yard (>= 0.9.27, < 0.10)

Expand Down

0 comments on commit 3801ea0

Please sign in to comment.