Skip to content

Commit 8eee732

Browse files
Bump faraday from 1.0.1 to 2.14.1
Bumps [faraday](https://github.com/lostisland/faraday) from 1.0.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.0.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>
1 parent 2b2aff2 commit 8eee732

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
@@ -26,8 +26,12 @@ GEM
2626
ffi (>= 1.3.0)
2727
eventmachine (1.2.7)
2828
execjs (2.7.0)
29-
faraday (1.0.1)
30-
multipart-post (>= 1.2, < 3)
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)
3135
ffi (1.13.1)
3236
forwardable-extended (2.6.0)
3337
gemoji (3.0.1)
@@ -138,6 +142,7 @@ GEM
138142
gemoji (~> 3.0)
139143
html-pipeline (~> 2.2)
140144
jekyll (>= 3.0, < 5.0)
145+
json (2.18.1)
141146
kramdown (2.3.1)
142147
rexml
143148
kramdown-parser-gfm (1.1.0)
@@ -146,20 +151,22 @@ GEM
146151
listen (3.7.1)
147152
rb-fsevent (~> 0.10, >= 0.10.3)
148153
rb-inotify (~> 0.9, >= 0.9.10)
154+
logger (1.7.0)
149155
mercenary (0.3.6)
150156
mini_portile2 (2.8.9)
151157
minima (2.5.1)
152158
jekyll (>= 3.5, < 5.0)
153159
jekyll-feed (~> 0.9)
154160
jekyll-seo-tag (~> 2.1)
155161
minitest (5.17.0)
156-
multipart-post (2.1.1)
162+
net-http (0.9.1)
163+
uri (>= 0.11.1)
157164
nokogiri (1.18.9)
158165
mini_portile2 (~> 2.8.2)
159166
racc (~> 1.4)
160-
octokit (4.18.0)
161-
faraday (>= 0.9)
162-
sawyer (~> 0.8.0, >= 0.5.3)
167+
octokit (4.25.1)
168+
faraday (>= 1, < 3)
169+
sawyer (~> 0.9)
163170
pathutil (0.16.2)
164171
forwardable-extended (~> 2.6)
165172
public_suffix (3.1.1)
@@ -178,9 +185,9 @@ GEM
178185
sass-listen (4.0.0)
179186
rb-fsevent (~> 0.9, >= 0.9.4)
180187
rb-inotify (~> 0.9, >= 0.9.7)
181-
sawyer (0.8.2)
188+
sawyer (0.9.3)
182189
addressable (>= 2.3.5)
183-
faraday (> 0.8, < 2.0)
190+
faraday (>= 0.17.3, < 3)
184191
terminal-table (1.8.0)
185192
unicode-display_width (~> 1.1, >= 1.1.1)
186193
thread_safe (0.3.6)
@@ -189,6 +196,7 @@ GEM
189196
tzinfo (1.2.11)
190197
thread_safe (~> 0.1)
191198
unicode-display_width (1.7.0)
199+
uri (1.1.1)
192200
zeitwerk (2.6.6)
193201

194202
PLATFORMS

0 commit comments

Comments
 (0)