Skip to content

Commit

Permalink
Bump rubocop from 1.60.2 to 1.63.1
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.60.2 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.60.2...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 aef1432 commit 3c09131
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ group :development do
gem "minitest", "~> 5.0"
gem "minitest-spec-context", "~> 0.0.4"
gem "rake", "~> 13.0"
gem "rubocop", "~> 1.21"
gem "rubocop", "~> 1.63"
gem "rubocop-minitest", "~> 0.22"
gem "rubocop-rake", "~> 0.6"
end
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ GEM
irb (1.11.1)
rdoc
reline (>= 0.4.2)
json (2.7.1)
json (2.7.2)
language_server-protocol (3.17.0.3)
minitest (5.21.2)
minitest-spec-context (0.0.5)
Expand All @@ -35,19 +35,19 @@ GEM
reline (0.4.2)
io-console (~> 0.5)
rexml (3.2.6)
rubocop (1.60.2)
rubocop (1.63.1)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
parser (>= 3.3.0.2)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.8, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.30.0, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.30.0)
parser (>= 3.2.1.0)
rubocop-ast (1.31.2)
parser (>= 3.3.0.4)
rubocop-minitest (0.34.5)
rubocop (>= 1.39, < 2.0)
rubocop-ast (>= 1.30.0, < 2.0)
Expand All @@ -68,7 +68,7 @@ DEPENDENCIES
minitest (~> 5.0)
minitest-spec-context (~> 0.0.4)
rake (~> 13.0)
rubocop (~> 1.21)
rubocop (~> 1.63)
rubocop-minitest (~> 0.22)
rubocop-rake (~> 0.6)
strict!
Expand Down

0 comments on commit 3c09131

Please sign in to comment.