Skip to content

Commit

Permalink
Update all Bundler dependencies (2025-01-15) (#50)
Browse files Browse the repository at this point in the history
This is your biweekly update of **all** Bundler dependencies. Please
take a good look at what changed and the test results before merging
this pull request.

### What changed?

✳️ rubocop (1.69.2 → 1.70.0, minor) ·
[Repo](https://github.com/rubocop/rubocop) ·
[Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
· [Release](https://github.com/rubocop/rubocop/releases/tag/v1.70.0) ·
[Diff](rubocop/rubocop@3ba4aef...e2f2d5c)

✳️ rubyzip (2.3.2 → 2.4.1, minor) ·
[Repo](https://github.com/rubyzip/rubyzip) ·
[Changelog](https://github.com/rubyzip/rubyzip/blob/master/Changelog.md)
· [Release](https://github.com/rubyzip/rubyzip/releases/tag/v2.4.1) ·
[Diff](rubyzip/rubyzip@2f1c1ea...6c4b7a9)

↗️ logger (_indirect_, 1.6.4 → 1.6.5, patch) ·
[Repo](https://github.com/nahi/logger)

✳️ rspec-sonarqube-formatter (1.6.2 → 1.6.3, patch) ·
[Repo](https://github.com/otherguy/rspec-sonarqube-formatter) ·
[Release](https://github.com/otherguy/rspec-sonarqube-formatter/releases/tag/1.6.3)
·
[Diff](otherguy/rspec-sonarqube-formatter@589f5b8...e65c9c7)

✳️ rubocop-performance (1.23.0 → 1.23.1, patch) ·
[Repo](https://github.com/rubocop/rubocop-performance) ·
[Changelog](https://github.com/rubocop/rubocop-performance/blob/master/CHANGELOG.md)
·
[Release](https://github.com/rubocop/rubocop-performance/releases/tag/v1.23.1)
·
[Diff](rubocop/rubocop-performance@7c904d6...2b5c8c6)

↗️ unicode-display_width (_indirect_, 3.1.3 → 3.1.4, patch) ·
[Repo](https://github.com/janlelis/unicode-display_width) ·
[Changelog](https://github.com/janlelis/unicode-display_width/blob/main/CHANGELOG.md)
·
[Diff](janlelis/unicode-display_width@893f9a9...a515fa2)




---
![Depfu
Status](https://depfu.com/badges/71757129bf6d5da0439404c783c91b6a/stats.svg)

[Depfu](https://depfu.com) will only send you the next scheduled PR once
you merge or close this one.

<details><summary>All Depfu comment commands</summary>
<blockquote><dl>
<dt>@​depfu refresh</dt><dd>Rebases against your default branch and
redoes this update</dd>
<dt>@​depfu recreate</dt><dd>Recreates this PR, overwriting any edits
that you've made to it</dd>
<dt>@​depfu merge</dt><dd>Merges this PR once your tests are passing and
conflicts are resolved</dd>
<dt>@​depfu cancel merge</dt><dd>Cancels automatic merging of this
PR</dd>
<dt>@​depfu close</dt><dd>Closes this PR and deletes the branch</dd>
<dt>@​depfu reopen</dt><dd>Restores the branch and reopens this PR (if
it's closed)</dd>
</dl></blockquote>
</details>

Co-authored-by: depfu[bot] <23717796+depfu[bot]@users.noreply.github.com>
  • Loading branch information
depfu[bot] authored Jan 16, 2025
1 parent d06ce94 commit 07f7315
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ GEM
ruby-vips (>= 2.0.17, < 3)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.4)
logger (1.6.5)
method_source (1.1.0)
mini_magick (4.13.2)
multipart-post (2.4.1)
Expand Down Expand Up @@ -77,15 +77,15 @@ GEM
rspec-mocks (3.13.2)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.13.0)
rspec-sonarqube-formatter (1.6.2)
rspec-sonarqube-formatter (1.6.3)
htmlentities (~> 4.3)
rspec (~> 3.0)
rspec-support (3.13.2)
rspec-with_params (0.3.0)
rspec (~> 3.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.69.2)
rubocop (1.70.0)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -97,7 +97,7 @@ GEM
unicode-display_width (>= 2.4.0, < 4.0)
rubocop-ast (1.37.0)
parser (>= 3.3.1.0)
rubocop-performance (1.23.0)
rubocop-performance (1.23.1)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
Expand All @@ -108,7 +108,7 @@ GEM
ruby-vips (2.2.2)
ffi (~> 1.12)
logger
rubyzip (2.3.2)
rubyzip (2.4.1)
simplecov (0.22.0)
docile (~> 1.1)
simplecov-html (~> 0.11)
Expand All @@ -119,7 +119,7 @@ GEM
simplecov-html (0.13.1)
simplecov_json_formatter (0.1.4)
thor (1.3.2)
unicode-display_width (3.1.3)
unicode-display_width (3.1.4)
unicode-emoji (~> 4.0, >= 4.0.4)
unicode-emoji (4.0.4)
uri (1.0.2)
Expand Down

0 comments on commit 07f7315

Please sign in to comment.