Skip to content

Commit 26ec304

Browse files
Bump faraday from 2.4.0 to 2.14.1
Bumps [faraday](https://github.com/lostisland/faraday) from 2.4.0 to 2.14.1. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v2.4.0...v2.14.1) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.1 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent cd3b989 commit 26ec304

File tree

1 file changed

+11
-5
lines changed

1 file changed

+11
-5
lines changed

Gemfile.lock

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ GEM
2525
ffi (>= 1.15.0)
2626
eventmachine (1.2.7)
2727
execjs (2.8.1)
28-
faraday (2.4.0)
29-
faraday-net_http (~> 2.0)
30-
ruby2_keywords (>= 0.0.4)
31-
faraday-net_http (2.1.0)
28+
faraday (2.14.1)
29+
faraday-net_http (>= 2.0, < 3.5)
30+
json
31+
logger
32+
faraday-net_http (3.4.2)
33+
net-http (~> 0.5)
3234
ffi (1.15.5)
3335
forwardable-extended (2.6.0)
3436
gemoji (3.0.1)
@@ -197,6 +199,7 @@ GEM
197199
gemoji (~> 3.0)
198200
html-pipeline (~> 2.2)
199201
jekyll (>= 3.0, < 5.0)
202+
json (2.18.1)
200203
kramdown (2.3.2)
201204
rexml
202205
kramdown-parser-gfm (1.1.0)
@@ -205,12 +208,15 @@ GEM
205208
listen (3.7.1)
206209
rb-fsevent (~> 0.10, >= 0.10.3)
207210
rb-inotify (~> 0.9, >= 0.9.10)
211+
logger (1.7.0)
208212
mercenary (0.3.6)
209213
minima (2.5.1)
210214
jekyll (>= 3.5, < 5.0)
211215
jekyll-feed (~> 0.9)
212216
jekyll-seo-tag (~> 2.1)
213217
minitest (5.17.0)
218+
net-http (0.9.1)
219+
uri (>= 0.11.1)
214220
nokogiri (1.13.8-arm64-darwin)
215221
racc (~> 1.4)
216222
nokogiri (1.13.8-x86_64-linux)
@@ -227,7 +233,6 @@ GEM
227233
ffi (~> 1.0)
228234
rexml (3.2.5)
229235
rouge (3.26.0)
230-
ruby2_keywords (0.0.5)
231236
rubyzip (2.3.2)
232237
safe_yaml (1.0.5)
233238
sass (3.7.4)
@@ -251,6 +256,7 @@ GEM
251256
unf_ext
252257
unf_ext (0.0.8.2)
253258
unicode-display_width (1.8.0)
259+
uri (1.1.1)
254260
webrick (1.7.0)
255261
zeitwerk (2.6.6)
256262

0 commit comments

Comments
 (0)