Skip to content

Commit

Permalink
Bump rubocop from 1.69.2 to 1.71.0
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.0.
- [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.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 Jan 23, 2025
1 parent 196bf8b commit 25791b1
Show file tree
Hide file tree
Showing 10 changed files with 6 additions and 6 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.0', require: false
gem 'dyno_metadata'
gem 'localhost'

Expand Down
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ GEM
faraday (>= 1, < 3)
sawyer (~> 0.9)
parallel (1.26.3)
parser (3.3.6.0)
parser (3.3.7.0)
ast (~> 2.4.1)
racc
pg (1.5.9)
Expand All @@ -83,14 +83,14 @@ 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.3.9)
rubocop (1.69.2)
rubocop (1.71.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
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.0)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/parser-3.3.6.0.gem
Binary file not shown.
Binary file added vendor/cache/parser-3.3.7.0.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.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 25791b1

Please sign in to comment.