Skip to content

Commit 8eec4ec

Browse files
authored
Update all Bundler dependencies (2024-11-20) (#46)
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? ✳️ pry (0.14.2 → 0.15.0, major) · [Repo](https://github.com/pry/pry) · [Changelog](https://github.com/pry/pry/blob/master/CHANGELOG.md) · [Release](https://github.com/pry/pry/releases/tag/v0.15.0) · [Diff](pry/pry@24f6190...52d1489) ↗️ faraday-net_http (_indirect_, 3.3.0 → 3.4.0, minor) · [Repo](https://github.com/lostisland/faraday-net_http) · [Changelog](https://github.com/lostisland/faraday-net_http) · [Release](https://github.com/lostisland/faraday-net_http/releases/tag/v3.4.0) · [Diff](lostisland/faraday-net_http@046f0cc...f36ed44) ↗️ rubocop-ast (_indirect_, 1.35.0 → 1.36.1, minor) · [Repo](https://github.com/rubocop/rubocop-ast) · [Changelog](https://github.com/rubocop/rubocop-ast/blob/master/CHANGELOG.md) · [Diff](rubocop/rubocop-ast@b4f2d9e...04ea808) ✳️ rubocop-performance (1.22.1 → 1.23.0, minor) · [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.0) · [Diff](rubocop/rubocop-performance@69c5abc...7c904d6) ✳️ faraday (2.12.0 → 2.12.1, 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.1) · [Diff](lostisland/faraday@59c5003...93ef9e0) ↗️ json (_indirect_, 2.8.1 → 2.8.2, patch) · [Repo](https://github.com/ruby/json) · [Changelog](https://github.com/ruby/json/blob/master/CHANGES.md) · [Release](https://github.com/ruby/json/releases/tag/v2.8.2) · [Diff](ruby/json@49650f7...d5e4a6e) ✳️ rspec-sonarqube-formatter (1.6.1 → 1.6.2, patch) · [Repo](https://github.com/otherguy/rspec-sonarqube-formatter) · [Release](https://github.com/otherguy/rspec-sonarqube-formatter/releases/tag/1.6.2) · [Diff](otherguy/rspec-sonarqube-formatter@e0c7e85...589f5b8) ↗️ uri (_indirect_, 1.0.1 → 1.0.2, patch) · [Repo](https://github.com/ruby/uri) · [Release](https://github.com/ruby/uri/releases/tag/v1.0.2) · [Diff](ruby/uri@3011eb6...e46960a) --- ![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>
1 parent 5468cb0 commit 8eec4ec

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Gemfile.lock

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ GEM
2626
rexml
2727
diff-lcs (1.5.1)
2828
docile (1.4.1)
29-
faraday (2.12.0)
30-
faraday-net_http (>= 2.0, < 3.4)
29+
faraday (2.12.1)
30+
faraday-net_http (>= 2.0, < 3.5)
3131
json
3232
logger
3333
faraday-multipart (1.0.4)
3434
multipart-post (~> 2)
35-
faraday-net_http (3.3.0)
36-
net-http
35+
faraday-net_http (3.4.0)
36+
net-http (>= 0.5.0)
3737
faraday-retry (2.2.1)
3838
faraday (~> 2.0)
3939
ffi (1.17.0)
@@ -44,7 +44,7 @@ GEM
4444
image_processing (1.13.0)
4545
mini_magick (>= 4.9.5, < 5)
4646
ruby-vips (>= 2.0.17, < 3)
47-
json (2.8.1)
47+
json (2.8.2)
4848
language_server-protocol (3.17.0.3)
4949
logger (1.6.1)
5050
method_source (1.1.0)
@@ -56,7 +56,7 @@ GEM
5656
parser (3.3.6.0)
5757
ast (~> 2.4.1)
5858
racc
59-
pry (0.14.2)
59+
pry (0.15.0)
6060
coderay (~> 1.1)
6161
method_source (~> 1.0)
6262
public_suffix (6.0.1)
@@ -77,7 +77,7 @@ GEM
7777
rspec-mocks (3.13.2)
7878
diff-lcs (>= 1.2.0, < 2.0)
7979
rspec-support (~> 3.13.0)
80-
rspec-sonarqube-formatter (1.6.1)
80+
rspec-sonarqube-formatter (1.6.2)
8181
htmlentities (~> 4.3)
8282
rspec (~> 3.0)
8383
rspec-support (3.13.1)
@@ -95,9 +95,9 @@ GEM
9595
rubocop-ast (>= 1.32.2, < 2.0)
9696
ruby-progressbar (~> 1.7)
9797
unicode-display_width (>= 2.4.0, < 3.0)
98-
rubocop-ast (1.35.0)
98+
rubocop-ast (1.36.1)
9999
parser (>= 3.3.1.0)
100-
rubocop-performance (1.22.1)
100+
rubocop-performance (1.23.0)
101101
rubocop (>= 1.48.1, < 2.0)
102102
rubocop-ast (>= 1.31.1, < 2.0)
103103
rubocop-rake (0.6.0)
@@ -120,7 +120,7 @@ GEM
120120
simplecov_json_formatter (0.1.4)
121121
thor (1.3.2)
122122
unicode-display_width (2.6.0)
123-
uri (1.0.1)
123+
uri (1.0.2)
124124
vcr (6.3.1)
125125
base64
126126
vcr_better_binary (0.2.0)

0 commit comments

Comments
 (0)