Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 21, 2024
1 parent 174e8da commit 8e5e25b
Show file tree
Hide file tree
Showing 8 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 @@ -23,7 +23,7 @@ gem 'sentry-ruby'
gem 'racksh'
gem 'warning'
gem 'rake'
gem 'rubocop', '~> 1.69.0', require: false
gem 'rubocop', '~> 1.69.2', require: false
gem 'dyno_metadata'
gem 'localhost'

Expand Down
12 changes: 6 additions & 6 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.8.2)
json (2.9.1)
language_server-protocol (3.17.0.3)
localhost (1.3.1)
logger (1.6.1)
Expand Down Expand Up @@ -90,17 +90,17 @@ GEM
mime-types (>= 1.16, < 4.0)
netrc (~> 0.8)
rexml (3.3.9)
rubocop (1.69.0)
rubocop (1.69.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.4, < 3.0)
rubocop-ast (>= 1.36.1, < 2.0)
regexp_parser (>= 2.9.3, < 3.0)
rubocop-ast (>= 1.36.2, < 2.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.36.2)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
ruby-progressbar (1.13.0)
ruby2_keywords (0.0.5)
Expand Down Expand Up @@ -179,7 +179,7 @@ DEPENDENCIES
racksh
rake
rest-client
rubocop (~> 1.69.0)
rubocop (~> 1.69.2)
sentry-ruby
sequel
sequel_pg
Expand Down
Binary file removed vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.9.1.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-1.69.0.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-1.69.2.gem
Binary file not shown.
Binary file removed vendor/cache/rubocop-ast-1.36.2.gem
Binary file not shown.
Binary file added vendor/cache/rubocop-ast-1.37.0.gem
Binary file not shown.

0 comments on commit 8e5e25b

Please sign in to comment.