Skip to content

Commit 33f5940

Browse files
dependabot[bot]alfoltran
authored andcommitted
⬆️ Bump faraday from 1.0.0 to 2.14.1
Bumps [faraday](https://github.com/lostisland/faraday) from 1.0.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.0.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 83149dc commit 33f5940

File tree

1 file changed

+16
-8
lines changed

1 file changed

+16
-8
lines changed

Gemfile.lock

Lines changed: 16 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,12 @@ GEM
3434
ffi (>= 1.3.0)
3535
eventmachine (1.2.7)
3636
execjs (2.7.0)
37-
faraday (1.0.0)
38-
multipart-post (>= 1.2, < 3)
37+
faraday (2.14.1)
38+
faraday-net_http (>= 2.0, < 3.5)
39+
json
40+
logger
41+
faraday-net_http (3.4.2)
42+
net-http (~> 0.5)
3943
ffi (1.12.2)
4044
forwardable-extended (2.6.0)
4145
gemoji (3.0.1)
@@ -199,25 +203,28 @@ GEM
199203
gemoji (~> 3.0)
200204
html-pipeline (~> 2.2)
201205
jekyll (>= 3.0, < 5.0)
206+
json (2.18.1)
202207
kramdown (1.17.0)
203208
liquid (4.0.3)
204209
listen (3.7.1)
205210
rb-fsevent (~> 0.10, >= 0.10.3)
206211
rb-inotify (~> 0.9, >= 0.9.10)
212+
logger (1.7.0)
207213
mercenary (0.3.6)
208214
mini_portile2 (2.8.9)
209215
minima (2.5.1)
210216
jekyll (>= 3.5, < 5.0)
211217
jekyll-feed (~> 0.9)
212218
jekyll-seo-tag (~> 2.1)
213219
minitest (5.17.0)
214-
multipart-post (2.1.1)
220+
net-http (0.9.1)
221+
uri (>= 0.11.1)
215222
nokogiri (1.18.9)
216223
mini_portile2 (~> 2.8.2)
217224
racc (~> 1.4)
218-
octokit (4.16.0)
219-
faraday (>= 0.9)
220-
sawyer (~> 0.8.0, >= 0.5.3)
225+
octokit (4.25.1)
226+
faraday (>= 1, < 3)
227+
sawyer (~> 0.9)
221228
pathutil (0.16.2)
222229
forwardable-extended (~> 2.6)
223230
public_suffix (3.1.1)
@@ -236,9 +243,9 @@ GEM
236243
sass-listen (4.0.0)
237244
rb-fsevent (~> 0.9, >= 0.9.4)
238245
rb-inotify (~> 0.9, >= 0.9.7)
239-
sawyer (0.8.2)
246+
sawyer (0.9.3)
240247
addressable (>= 2.3.5)
241-
faraday (> 0.8, < 2.0)
248+
faraday (>= 0.17.3, < 3)
242249
terminal-table (1.8.0)
243250
unicode-display_width (~> 1.1, >= 1.1.1)
244251
thread_safe (0.3.6)
@@ -247,6 +254,7 @@ GEM
247254
tzinfo (1.2.11)
248255
thread_safe (~> 0.1)
249256
unicode-display_width (1.6.1)
257+
uri (1.1.1)
250258
webrick (1.8.2)
251259
zeitwerk (2.6.6)
252260

0 commit comments

Comments
 (0)