File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ gem "github-pages", group: :jekyll_plugins
55gem "tzinfo-data"
66gem "wdm" , "~> 0.1.0" if Gem . win_platform?
77
8- gem "faraday" , "~> 0.17.3 "
8+ gem "faraday" , "~> 2.14.1 "
99
1010# If you have any plugins, put them here!
1111group :jekyll_plugins do
Original file line number Diff line number Diff line change 2525 ffi (>= 1.15.0 )
2626 eventmachine (1.2.7 )
2727 execjs (2.8.1 )
28- faraday (0.17.5 )
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.15.5 )
3135 forwardable-extended (2.6.0 )
3236 gemoji (3.0.1 )
195199 gemoji (~> 3.0 )
196200 html-pipeline (~> 2.2 )
197201 jekyll (>= 3.0 , < 5.0 )
202+ json (2.18.1 )
198203 kramdown (2.3.2 )
199204 rexml
200205 kramdown-parser-gfm (1.1.0 )
203208 listen (3.7.1 )
204209 rb-fsevent (~> 0.10 , >= 0.10.3 )
205210 rb-inotify (~> 0.9 , >= 0.9.10 )
211+ logger (1.7.0 )
206212 mercenary (0.3.6 )
207213 mini_portile2 (2.8.9 )
208214 minima (2.5.1 )
@@ -217,13 +223,14 @@ GEM
217223 jekyll-paginate (~> 1.1 )
218224 jekyll-sitemap (~> 1.3 )
219225 minitest (5.24.1 )
220- multipart-post (2.2.3 )
226+ net-http (0.9.1 )
227+ uri (>= 0.11.1 )
221228 nokogiri (1.18.9 )
222229 mini_portile2 (~> 2.8.2 )
223230 racc (~> 1.4 )
224- octokit (4.22.0 )
225- faraday (>= 0.9 )
226- sawyer (~> 0.8.0 , >= 0.5.3 )
231+ octokit (4.25.1 )
232+ faraday (>= 1 , < 3 )
233+ sawyer (~> 0.9 )
227234 pathutil (0.16.2 )
228235 forwardable-extended (~> 2.6 )
229236 public_suffix (4.0.7 )
240247 sass-listen (4.0.0 )
241248 rb-fsevent (~> 0.9 , >= 0.9.4 )
242249 rb-inotify (~> 0.9 , >= 0.9.7 )
243- sawyer (0.8.2 )
250+ sawyer (0.9.3 )
244251 addressable (>= 2.3.5 )
245- faraday (> 0.8 , < 2.0 )
252+ faraday (>= 0.17.3 , < 3 )
246253 simpleidn (0.2.1 )
247254 unf (~> 0.1.4 )
248255 terminal-table (1.8.0 )
@@ -257,14 +264,15 @@ GEM
257264 unf_ext
258265 unf_ext (0.0.8.2 )
259266 unicode-display_width (1.8.0 )
267+ uri (1.1.1 )
260268 webrick (1.8.2 )
261269 zeitwerk (2.6.17 )
262270
263271PLATFORMS
264272 ruby
265273
266274DEPENDENCIES
267- faraday (~> 0.17.3 )
275+ faraday (~> 2.14.1 )
268276 github-pages
269277 jekyll-include-cache
270278 jekyll-sitemap
You can’t perform that action at this time.
0 commit comments