Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 27, 2024
1 parent bb01338 commit 15db562
Show file tree
Hide file tree
Showing 13 changed files with 11 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ gem 'sentry-ruby'
gem 'racksh'
gem 'warning'
gem 'rake'
gem 'rubocop', '~> 1.68.0', require: false
gem 'rubocop', '~> 1.69.0', require: false
gem 'dyno_metadata'
gem 'localhost'

Expand Down
18 changes: 10 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ GEM
http-accept (1.7.0)
http-cookie (1.0.3)
domain_name (~> 0.5)
json (2.7.5)
json (2.8.2)
language_server-protocol (3.17.0.3)
localhost (1.3.1)
logger (1.6.1)
Expand All @@ -58,7 +58,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.5.1)
parser (3.3.6.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand Down Expand Up @@ -90,17 +90,17 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rubocop (1.68.0)
rubocop (1.69.0)
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)
rubocop-ast (>= 1.32.2, < 2.0)
rubocop-ast (>= 1.36.1, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 3.0)
rubocop-ast (1.33.1)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.1)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -141,7 +141,9 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (2.6.0)
unicode-display_width (3.1.2)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.1)
wait_for_it (0.2.1)
warning (1.4.0)
Expand Down Expand Up @@ -177,7 +179,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.68.0)
rubocop (~> 1.69.0)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/json-2.7.5.gem
Binary file not shown.
Binary file added vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.5.1.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.68.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.69.0.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.33.1.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.36.1.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-2.6.0.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.1.2.gem
Binary file not shown.
Binary file added vendor/cache/unicode-emoji-4.0.4.gem
Binary file not shown.

0 comments on commit 15db562

Please sign in to comment.