Skip to content

Commit f5e09fe

Browse files
Bump faraday from 0.17.0 to 2.14.1 in /docs
Bumps [faraday](https://github.com/lostisland/faraday) from 0.17.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@v0.17.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 1f2598e commit f5e09fe

1 file changed

Lines changed: 16 additions & 7 deletions

File tree

docs/Gemfile.lock

Lines changed: 16 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,12 @@ GEM
2525
ffi (>= 1.3.0)
2626
eventmachine (1.2.7)
2727
execjs (2.7.0)
28-
faraday (0.17.0)
29-
multipart-post (>= 1.2, < 3)
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)
3034
ffi (1.11.3)
3135
forwardable-extended (2.6.0)
3236
gemoji (3.0.1)
@@ -192,25 +196,29 @@ GEM
192196
gemoji (~> 3.0)
193197
html-pipeline (~> 2.2)
194198
jekyll (~> 3.0)
199+
json (2.18.1)
195200
kramdown (1.17.0)
196201
liquid (4.0.0)
197202
listen (3.1.5)
198203
rb-fsevent (~> 0.9, >= 0.9.4)
199204
rb-inotify (~> 0.9, >= 0.9.7)
200205
ruby_dep (~> 1.2)
206+
logger (1.7.0)
201207
mercenary (0.3.6)
202208
mini_portile2 (2.8.8)
203209
minima (2.5.0)
204210
jekyll (~> 3.5)
205211
jekyll-feed (~> 0.9)
206212
jekyll-seo-tag (~> 2.1)
207213
minitest (5.13.0)
208-
multipart-post (2.1.1)
214+
net-http (0.9.1)
215+
uri (>= 0.11.1)
209216
nokogiri (1.18.4)
210217
mini_portile2 (~> 2.8.2)
211218
racc (~> 1.4)
212-
octokit (4.14.0)
213-
sawyer (~> 0.8.0, >= 0.5.3)
219+
octokit (4.25.1)
220+
faraday (>= 1, < 3)
221+
sawyer (~> 0.9)
214222
pathutil (0.16.2)
215223
forwardable-extended (~> 2.6)
216224
public_suffix (3.1.1)
@@ -229,9 +237,9 @@ GEM
229237
sass-listen (4.0.0)
230238
rb-fsevent (~> 0.9, >= 0.9.4)
231239
rb-inotify (~> 0.9, >= 0.9.7)
232-
sawyer (0.8.2)
240+
sawyer (0.9.3)
233241
addressable (>= 2.3.5)
234-
faraday (> 0.8, < 2.0)
242+
faraday (>= 0.17.3, < 3)
235243
terminal-table (1.8.0)
236244
unicode-display_width (~> 1.1, >= 1.1.1)
237245
thread_safe (0.3.6)
@@ -240,6 +248,7 @@ GEM
240248
tzinfo (1.2.5)
241249
thread_safe (~> 0.1)
242250
unicode-display_width (1.6.0)
251+
uri (1.1.1)
243252

244253
PLATFORMS
245254
ruby

0 commit comments

Comments
 (0)