Skip to content

Commit a9cc630

Browse files
Bump faraday from 1.10.5 to 2.14.3 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 1.10.5 to 2.14.3. - [Release notes](https://github.com/lostisland/faraday/releases) - [Changelog](https://github.com/lostisland/faraday/blob/main/CHANGELOG.md) - [Commits](lostisland/faraday@v1.10.5...v2.14.3) --- updated-dependencies: - dependency-name: faraday dependency-version: 2.14.3 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1df03b9 commit a9cc630

1 file changed

Lines changed: 15 additions & 30 deletions

File tree

docs/Gemfile.lock

Lines changed: 15 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -36,29 +36,12 @@ GEM
3636
ffi (>= 1.3.0)
3737
eventmachine (1.2.7)
3838
execjs (2.7.0)
39-
faraday (1.10.5)
40-
faraday-em_http (~> 1.0)
41-
faraday-em_synchrony (~> 1.0)
42-
faraday-excon (~> 1.1)
43-
faraday-httpclient (~> 1.0)
44-
faraday-multipart (~> 1.0)
45-
faraday-net_http (~> 1.0)
46-
faraday-net_http_persistent (~> 1.0)
47-
faraday-patron (~> 1.0)
48-
faraday-rack (~> 1.0)
49-
faraday-retry (~> 1.0)
50-
ruby2_keywords (>= 0.0.4)
51-
faraday-em_http (1.0.0)
52-
faraday-em_synchrony (1.0.1)
53-
faraday-excon (1.1.0)
54-
faraday-httpclient (1.0.1)
55-
faraday-multipart (1.2.0)
56-
multipart-post (~> 2.0)
57-
faraday-net_http (1.0.2)
58-
faraday-net_http_persistent (1.2.0)
59-
faraday-patron (1.0.0)
60-
faraday-rack (1.0.0)
61-
faraday-retry (1.0.4)
39+
faraday (2.14.3)
40+
faraday-net_http (>= 2.0, < 3.5)
41+
json
42+
logger
43+
faraday-net_http (3.4.4)
44+
net-http (~> 0.5)
6245
ffi (1.13.1)
6346
forwardable-extended (2.6.0)
6447
gemoji (3.0.1)
@@ -227,6 +210,7 @@ GEM
227210
gemoji (~> 3.0)
228211
html-pipeline (~> 2.2)
229212
jekyll (>= 3.0, < 5.0)
213+
json (2.19.9)
230214
just-the-docs (0.3.3)
231215
jekyll (>= 3.8.5)
232216
jekyll-seo-tag (~> 2.0)
@@ -247,13 +231,14 @@ GEM
247231
jekyll-feed (~> 0.9)
248232
jekyll-seo-tag (~> 2.1)
249233
minitest (5.27.0)
250-
multipart-post (2.4.1)
234+
net-http (0.9.1)
235+
uri (>= 0.11.1)
251236
nokogiri (1.19.1)
252237
mini_portile2 (~> 2.8.2)
253238
racc (~> 1.4)
254-
octokit (4.19.0)
255-
faraday (>= 0.9)
256-
sawyer (~> 0.8.0, >= 0.5.3)
239+
octokit (4.25.1)
240+
faraday (>= 1, < 3)
241+
sawyer (~> 0.9)
257242
pathutil (0.16.2)
258243
forwardable-extended (~> 2.6)
259244
public_suffix (4.0.7)
@@ -264,17 +249,16 @@ GEM
264249
ffi (~> 1.0)
265250
rexml (3.4.2)
266251
rouge (3.26.0)
267-
ruby2_keywords (0.0.5)
268252
rubyzip (2.3.0)
269253
safe_yaml (1.0.5)
270254
sass (3.7.4)
271255
sass-listen (~> 4.0.0)
272256
sass-listen (4.0.0)
273257
rb-fsevent (~> 0.9, >= 0.9.4)
274258
rb-inotify (~> 0.9, >= 0.9.7)
275-
sawyer (0.8.2)
259+
sawyer (0.9.3)
276260
addressable (>= 2.3.5)
277-
faraday (> 0.8, < 2.0)
261+
faraday (>= 0.17.3, < 3)
278262
securerandom (0.4.1)
279263
simpleidn (0.1.1)
280264
unf (~> 0.1.4)
@@ -288,6 +272,7 @@ GEM
288272
unf_ext
289273
unf_ext (0.0.7.7)
290274
unicode-display_width (1.7.0)
275+
uri (1.1.1)
291276

292277
PLATFORMS
293278
ruby

0 commit comments

Comments
 (0)