Skip to content

Commit 4eb5546

Browse files
Bump faraday from 1.3.0 to 2.14.1 (#80)
Bumps [faraday](https://github.com/lostisland/faraday) from 1.3.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@v1.3.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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3bef44b commit 4eb5546

File tree

1 file changed

+16
-12
lines changed

1 file changed

+16
-12
lines changed

Gemfile.lock

Lines changed: 16 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,12 @@ GEM
2525
ffi (>= 1.3.0)
2626
eventmachine (1.2.7)
2727
execjs (2.7.0)
28-
faraday (1.3.0)
29-
faraday-net_http (~> 1.0)
30-
multipart-post (>= 1.2, < 3)
31-
ruby2_keywords
32-
faraday-net_http (1.0.1)
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)
3334
ffi (1.15.0)
3435
forwardable-extended (2.6.0)
3536
gemoji (3.0.1)
@@ -198,6 +199,7 @@ GEM
198199
gemoji (~> 3.0)
199200
html-pipeline (~> 2.2)
200201
jekyll (>= 3.0, < 5.0)
202+
json (2.18.1)
201203
kramdown (2.3.2)
202204
rexml
203205
kramdown-parser-gfm (1.1.0)
@@ -206,20 +208,22 @@ GEM
206208
listen (3.5.1)
207209
rb-fsevent (~> 0.10, >= 0.10.3)
208210
rb-inotify (~> 0.9, >= 0.9.10)
211+
logger (1.7.0)
209212
mercenary (0.3.6)
210213
mini_portile2 (2.8.9)
211214
minima (2.5.1)
212215
jekyll (>= 3.5, < 5.0)
213216
jekyll-feed (~> 0.9)
214217
jekyll-seo-tag (~> 2.1)
215218
minitest (5.25.5)
216-
multipart-post (2.1.1)
219+
net-http (0.9.1)
220+
uri (>= 0.11.1)
217221
nokogiri (1.18.9)
218222
mini_portile2 (~> 2.8.2)
219223
racc (~> 1.4)
220-
octokit (4.20.0)
221-
faraday (>= 0.9)
222-
sawyer (~> 0.8.0, >= 0.5.3)
224+
octokit (4.25.1)
225+
faraday (>= 1, < 3)
226+
sawyer (~> 0.9)
223227
pathutil (0.16.2)
224228
forwardable-extended (~> 2.6)
225229
public_suffix (4.0.6)
@@ -229,17 +233,16 @@ GEM
229233
ffi (~> 1.0)
230234
rexml (3.4.2)
231235
rouge (3.26.0)
232-
ruby2_keywords (0.0.4)
233236
rubyzip (2.3.0)
234237
safe_yaml (1.0.5)
235238
sass (3.7.4)
236239
sass-listen (~> 4.0.0)
237240
sass-listen (4.0.0)
238241
rb-fsevent (~> 0.9, >= 0.9.4)
239242
rb-inotify (~> 0.9, >= 0.9.7)
240-
sawyer (0.8.2)
243+
sawyer (0.9.3)
241244
addressable (>= 2.3.5)
242-
faraday (> 0.8, < 2.0)
245+
faraday (>= 0.17.3, < 3)
243246
simpleidn (0.2.1)
244247
unf (~> 0.1.4)
245248
terminal-table (1.8.0)
@@ -252,6 +255,7 @@ GEM
252255
unf_ext
253256
unf_ext (0.0.7.7)
254257
unicode-display_width (1.7.0)
258+
uri (1.1.1)
255259
zeitwerk (2.7.2)
256260

257261
PLATFORMS

0 commit comments

Comments
 (0)