Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 9, 2024
1 parent 3c380e9 commit 5c4d9ac
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ gem "debug", "~> 1.9"
gem "minitest", "~> 5.24"
gem "rackup", "~> 2.1"
gem "rake", "~> 13.2"
gem "rubocop", "~> 1.65"
gem "rubocop", "~> 1.66"
gem "rubocop-minitest", "~> 0.35"
gem "rubocop-rake", "~> 0.6"
gem "sinatra", "~> 4.0"
Expand Down
15 changes: 6 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ GEM
mustermann (3.0.2)
ruby2_keywords (~> 0.0.1)
parallel (1.26.3)
parser (3.3.4.2)
parser (3.3.5.0)
ast (~> 2.4.1)
racc
psych (5.1.2)
Expand All @@ -66,20 +66,18 @@ GEM
regexp_parser (2.9.2)
reline (0.5.9)
io-console (~> 0.5)
rexml (3.3.6)
strscan
rubocop (1.65.1)
rexml (3.3.7)
rubocop (1.66.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 (>= 2.4, < 3.0)
rexml (>= 3.2.5, < 4.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-ast (>= 1.32.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.32.1)
rubocop-ast (1.32.3)
parser (>= 3.3.1.0)
rubocop-minitest (0.35.1)
rubocop (>= 1.61, < 2.0)
Expand All @@ -95,7 +93,6 @@ GEM
rack-session (>= 2.0.0, < 3)
tilt (~> 2.0)
stringio (3.1.1)
strscan (3.1.0)
tilt (2.4.0)
typhoeus (1.4.1)
ethon (>= 0.9.0)
Expand All @@ -122,7 +119,7 @@ DEPENDENCIES
minitest (~> 5.24)
rackup (~> 2.1)
rake (~> 13.2)
rubocop (~> 1.65)
rubocop (~> 1.66)
rubocop-minitest (~> 0.35)
rubocop-rake (~> 0.6)
sinatra (~> 4.0)
Expand Down

0 comments on commit 5c4d9ac

Please sign in to comment.