Skip to content

Commit

Permalink
Bump rubocop from 1.69.0 to 1.69.1 in the dev-ruby-dependencies group
Browse files Browse the repository at this point in the history
Bumps the dev-ruby-dependencies group with 1 update: [rubocop](https://github.com/rubocop/rubocop).


Updates `rubocop` from 1.69.0 to 1.69.1
- [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.1)

---
updated-dependencies:
- dependency-name: rubocop
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-ruby-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 9, 2024
1 parent 80481c6 commit 122f55e
Show file tree
Hide file tree
Showing 7 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ GEM
irb (1.14.1)
rdoc (>= 4.0.0)
reline (>= 0.4.2)
json (2.8.2)
json (2.9.0)
jwt (2.9.3)
base64
language_server-protocol (3.17.0.3)
Expand All @@ -77,7 +77,7 @@ GEM
psych (>= 4.0.0)
redacting-logger (1.4.0)
logger (~> 1.6)
regexp_parser (2.9.2)
regexp_parser (2.9.3)
reline (0.5.10)
io-console (~> 0.5)
retryable (3.0.5)
Expand All @@ -95,14 +95,14 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-support (3.13.1)
rubocop (1.69.0)
rubocop (1.69.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)
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)
Expand Down
Binary file removed vendor/cache/json-2.8.2.gem
Binary file not shown.
Binary file added vendor/cache/json-2.9.0.gem
Binary file not shown.
Binary file removed vendor/cache/regexp_parser-2.9.2.gem
Binary file not shown.
Binary file added vendor/cache/regexp_parser-2.9.3.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.1.gem
Binary file not shown.

0 comments on commit 122f55e

Please sign in to comment.