Skip to content

Commit

Permalink
Bump rubocop from 1.69.2 to 1.71.2 (#720)
Browse files Browse the repository at this point in the history
Bumps [rubocop](https://github.com/rubocop/rubocop) from 1.69.2 to 1.71.2.
- [Release notes](https://github.com/rubocop/rubocop/releases)
- [Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
- [Commits](rubocop/rubocop@v1.69.2...v1.71.2)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 9, 2025
1 parent 37b5a2b commit e078611
Show file tree
Hide file tree
Showing 14 changed files with 9 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.69.2', require: false
gem 'rubocop', '~> 1.71.2', require: false
gem 'dyno_metadata'
gem 'localhost'

Expand Down
16 changes: 8 additions & 8 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ GEM
http-cookie (1.0.3)
domain_name (~> 0.5)
json (2.9.1)
language_server-protocol (3.17.0.3)
language_server-protocol (3.17.0.4)
localhost (1.3.1)
logger (1.6.1)
m (1.6.2)
Expand All @@ -58,7 +58,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.1)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand All @@ -83,24 +83,24 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
rb_sys (0.9.105)
regexp_parser (2.9.3)
regexp_parser (2.10.0)
rest-client (2.1.0)
http-accept (>= 1.7.0, < 2.0)
http-cookie (>= 1.0.2, < 2.0)
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.4.0)
rubocop (1.69.2)
rubocop (1.71.2)
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.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
rubocop-ast (>= 1.38.0, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
rubocop-ast (1.38.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -141,7 +141,7 @@ GEM
unf (0.1.4)
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (3.1.2)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (0.13.1)
Expand Down Expand Up @@ -179,7 +179,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.69.2)
rubocop (~> 1.71.2)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/language_server-protocol-3.17.0.3.gem
Binary file not shown.
Binary file not shown.
Binary file removed vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.7.1.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.10.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.3.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.69.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.71.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.37.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.38.0.gem
Binary file not shown.
Binary file removed vendor/cache/unicode-display_width-3.1.2.gem
Binary file not shown.
Binary file added vendor/cache/unicode-display_width-3.1.4.gem
Binary file not shown.

0 comments on commit e078611

Please sign in to comment.