Skip to content

Commit 85baa99

Browse files
Bump faraday from 1.5.1 to 2.14.1 (#21)
Bumps [faraday](https://github.com/lostisland/faraday) from 1.5.1 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.5.1...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 37f7fca commit 85baa99

File tree

1 file changed

+16
-24
lines changed

1 file changed

+16
-24
lines changed

Gemfile.lock

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -26,23 +26,12 @@ GEM
2626
ffi (>= 1.15.0)
2727
eventmachine (1.2.7)
2828
execjs (2.8.1)
29-
faraday (1.5.1)
30-
faraday-em_http (~> 1.0)
31-
faraday-em_synchrony (~> 1.0)
32-
faraday-excon (~> 1.1)
33-
faraday-httpclient (~> 1.0.1)
34-
faraday-net_http (~> 1.0)
35-
faraday-net_http_persistent (~> 1.1)
36-
faraday-patron (~> 1.0)
37-
multipart-post (>= 1.2, < 3)
38-
ruby2_keywords (>= 0.0.4)
39-
faraday-em_http (1.0.0)
40-
faraday-em_synchrony (1.0.0)
41-
faraday-excon (1.1.0)
42-
faraday-httpclient (1.0.1)
43-
faraday-net_http (1.0.1)
44-
faraday-net_http_persistent (1.2.0)
45-
faraday-patron (1.0.0)
29+
faraday (2.14.1)
30+
faraday-net_http (>= 2.0, < 3.5)
31+
json
32+
logger
33+
faraday-net_http (3.4.2)
34+
net-http (~> 0.5)
4635
ffi (1.15.3)
4736
forwardable-extended (2.6.0)
4837
gemoji (3.0.1)
@@ -208,6 +197,7 @@ GEM
208197
gemoji (~> 3.0)
209198
html-pipeline (~> 2.2)
210199
jekyll (>= 3.0, < 5.0)
200+
json (2.18.1)
211201
kramdown (2.3.1)
212202
rexml
213203
kramdown-parser-gfm (1.1.0)
@@ -216,20 +206,22 @@ GEM
216206
listen (3.5.1)
217207
rb-fsevent (~> 0.10, >= 0.10.3)
218208
rb-inotify (~> 0.9, >= 0.9.10)
209+
logger (1.7.0)
219210
mercenary (0.3.6)
220211
mini_portile2 (2.8.5)
221212
minima (2.5.1)
222213
jekyll (>= 3.5, < 5.0)
223214
jekyll-feed (~> 0.9)
224215
jekyll-seo-tag (~> 2.1)
225216
minitest (5.17.0)
226-
multipart-post (2.1.1)
217+
net-http (0.9.1)
218+
uri (>= 0.11.1)
227219
nokogiri (1.16.3)
228220
mini_portile2 (~> 2.8.2)
229221
racc (~> 1.4)
230-
octokit (4.21.0)
231-
faraday (>= 0.9)
232-
sawyer (~> 0.8.0, >= 0.5.3)
222+
octokit (4.25.1)
223+
faraday (>= 1, < 3)
224+
sawyer (~> 0.9)
233225
pathutil (0.16.2)
234226
forwardable-extended (~> 2.6)
235227
public_suffix (4.0.6)
@@ -241,17 +233,16 @@ GEM
241233
rouge (3.26.0)
242234
ruby-enum (0.9.0)
243235
i18n
244-
ruby2_keywords (0.0.5)
245236
rubyzip (2.3.2)
246237
safe_yaml (1.0.5)
247238
sass (3.7.4)
248239
sass-listen (~> 4.0.0)
249240
sass-listen (4.0.0)
250241
rb-fsevent (~> 0.9, >= 0.9.4)
251242
rb-inotify (~> 0.9, >= 0.9.7)
252-
sawyer (0.8.2)
243+
sawyer (0.9.3)
253244
addressable (>= 2.3.5)
254-
faraday (> 0.8, < 2.0)
245+
faraday (>= 0.17.3, < 3)
255246
simpleidn (0.2.1)
256247
unf (~> 0.1.4)
257248
terminal-table (1.8.0)
@@ -265,6 +256,7 @@ GEM
265256
unf_ext
266257
unf_ext (0.0.7.7)
267258
unicode-display_width (1.7.0)
259+
uri (1.1.1)
268260
webrick (1.9.2)
269261
zeitwerk (2.6.6)
270262

0 commit comments

Comments
 (0)