Skip to content

Commit

Permalink
Update all Bundler dependencies (2024-12-19) (#48)
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?

✳️ faraday-multipart (1.0.4 → 1.1.0, minor) ·
[Repo](https://github.com/lostisland/faraday-multipart) ·
[Changelog](https://github.com/lostisland/faraday-multipart/blob/main/CHANGELOG.md)
·
[Release](https://github.com/lostisland/faraday-multipart/releases/tag/v1.1.0)
·
[Diff](lostisland/faraday-multipart@955fbb3...dd09ff0)

↗️ rexml (_indirect_, 3.3.9 → 3.4.0, minor) ·
[Repo](https://github.com/ruby/rexml) ·
[Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) ·
[Release](https://github.com/ruby/rexml/releases/tag/v3.4.0) ·
[Diff](ruby/rexml@38eaa86...19d8ebf)

↗️ rubocop-ast (_indirect_, 1.36.2 → 1.37.0, minor) ·
[Repo](https://github.com/rubocop/rubocop-ast) ·
[Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md)
·
[Diff](rubocop/rubocop-ast@b1bb2ac...21861c8)

✳️ rubocop-rspec (3.2.0 → 3.3.0, minor) ·
[Repo](https://github.com/rubocop/rubocop-rspec) ·
[Changelog](https://github.com/rubocop/rubocop-rspec/blob/master/CHANGELOG.md)
·
[Release](https://github.com/rubocop/rubocop-rspec/releases/tag/v3.3.0)
·
[Diff](rubocop/rubocop-rspec@50ac5ab...4272587)

✳️ faraday (2.12.1 → 2.12.2, patch) ·
[Repo](https://github.com/lostisland/faraday) ·
[Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md)
· [Release](https://github.com/lostisland/faraday/releases/tag/v2.12.2)
·
[Diff](lostisland/faraday@93ef9e0...a9cf004)

↗️ json (_indirect_, 2.9.0 → 2.9.1, patch) ·
[Repo](https://github.com/ruby/json) ·
[Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) ·
[Diff](ruby/json@20b501a...f745ec1)

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

✳️ rubocop (1.69.1 → 1.69.2, patch) ·
[Repo](https://github.com/rubocop/rubocop) ·
[Changelog](https://github.com/rubocop/rubocop/blob/master/CHANGELOG.md)
·
[Diff](rubocop/rubocop@3d95b38...3ba4aef)




---
![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 Dec 28, 2024
1 parent c8851a3 commit 9322496
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,12 @@ GEM
rexml
diff-lcs (1.5.1)
docile (1.4.1)
faraday (2.12.1)
faraday (2.12.2)
faraday-net_http (>= 2.0, < 3.5)
json
logger
faraday-multipart (1.0.4)
multipart-post (~> 2)
faraday-multipart (1.1.0)
multipart-post (~> 2.0)
faraday-net_http (3.4.0)
net-http (>= 0.5.0)
faraday-retry (2.2.1)
Expand All @@ -44,9 +44,9 @@ GEM
image_processing (1.13.0)
mini_magick (>= 4.9.5, < 5)
ruby-vips (>= 2.0.17, < 3)
json (2.9.0)
json (2.9.1)
language_server-protocol (3.17.0.3)
logger (1.6.2)
logger (1.6.4)
method_source (1.1.0)
mini_magick (4.13.2)
multipart-post (2.4.1)
Expand All @@ -64,7 +64,7 @@ GEM
rainbow (3.1.1)
rake (13.2.1)
regexp_parser (2.9.3)
rexml (3.3.9)
rexml (3.4.0)
rspec (3.13.0)
rspec-core (~> 3.13.0)
rspec-expectations (~> 3.13.0)
Expand All @@ -85,7 +85,7 @@ GEM
rspec (~> 3.0)
rspec_junit_formatter (0.6.0)
rspec-core (>= 2, < 4, != 2.12.0)
rubocop (1.69.1)
rubocop (1.69.2)
json (~> 2.3)
language_server-protocol (>= 3.17.0)
parallel (~> 1.10)
Expand All @@ -95,14 +95,14 @@ GEM
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)
rubocop-performance (1.23.0)
rubocop (>= 1.48.1, < 2.0)
rubocop-ast (>= 1.31.1, < 2.0)
rubocop-rake (0.6.0)
rubocop (~> 1.0)
rubocop-rspec (3.2.0)
rubocop-rspec (3.3.0)
rubocop (~> 1.61)
ruby-progressbar (1.13.0)
ruby-vips (2.2.2)
Expand Down

0 comments on commit 9322496

Please sign in to comment.