Skip to content

Commit 5ad912b

Browse files
Bump faraday from 2.4.0 to 2.14.1 in /.github/workflows
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 5ad912b

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.github/workflows/Gemfile.lock

Lines changed: 11 additions & 7 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,18 +208,19 @@ 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.16.2)
218+
net-http (0.9.1)
219+
uri (>= 0.11.1)
214220
nokogiri (1.16.5-arm64-darwin)
215221
racc (~> 1.4)
216222
nokogiri (1.16.5-x86_64-linux)
217223
racc (~> 1.4)
218-
nokogiri (1.13.8-x86_64-linux)
219-
racc (~> 1.4)
220224
octokit (4.25.1)
221225
faraday (>= 1, < 3)
222226
sawyer (~> 0.9)
@@ -229,7 +233,6 @@ GEM
229233
ffi (~> 1.0)
230234
rexml (3.3.9)
231235
rouge (3.26.0)
232-
ruby2_keywords (0.0.5)
233236
rubyzip (2.3.2)
234237
safe_yaml (1.0.5)
235238
sass (3.7.4)
@@ -253,6 +256,7 @@ GEM
253256
unf_ext
254257
unf_ext (0.0.8.2)
255258
unicode-display_width (1.8.0)
259+
uri (1.1.1)
256260
webrick (1.8.2)
257261
zeitwerk (2.6.0)
258262

0 commit comments

Comments
 (0)