File tree Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Expand file tree Collapse file tree 2 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ gem 'webrick'
7
7
8
8
group :jekyll_plugins do
9
9
gem 'github-pages'
10
- gem 'faraday' , '~> 2.8.1 ' # For Ruby v2.x
10
+ gem 'faraday' , '~> 2.9.0 ' # For Ruby v2.x
11
11
gem 'jekyll-include-cache'
12
12
gem 'jekyll-toc'
13
13
end
Original file line number Diff line number Diff line change 8
8
tzinfo (~> 2.0 )
9
9
addressable (2.8.1 )
10
10
public_suffix (>= 2.0.2 , < 6.0 )
11
- base64 (0.2.0 )
12
11
coffee-script (2.4.1 )
13
12
coffee-script-source
14
13
execjs
25
24
ffi (>= 1.15.0 )
26
25
eventmachine (1.2.7 )
27
26
execjs (2.8.1 )
28
- faraday (2.8.1 )
29
- base64
30
- faraday-net_http (>= 2.0 , < 3.1 )
31
- ruby2_keywords (>= 0.0.4 )
32
- faraday-net_http (3.0.2 )
27
+ faraday (2.9.0 )
28
+ faraday-net_http (>= 2.0 , < 3.2 )
29
+ faraday-net_http (3.1.0 )
30
+ net-http
33
31
ffi (1.15.5 )
34
32
forwardable-extended (2.6.0 )
35
33
gemoji (3.0.1 )
216
214
jekyll-feed (~> 0.9 )
217
215
jekyll-seo-tag (~> 2.1 )
218
216
minitest (5.19.0 )
217
+ net-http (0.4.1 )
218
+ uri
219
219
nokogiri (1.15.6 )
220
220
mini_portile2 (~> 2.8.2 )
221
221
racc (~> 1.4 )
232
232
ffi (~> 1.0 )
233
233
rexml (3.2.5 )
234
234
rouge (3.26.0 )
235
- ruby2_keywords (0.0.5 )
236
235
rubyzip (2.3.2 )
237
236
safe_yaml (1.0.5 )
238
237
sass (3.7.4 )
@@ -255,13 +254,14 @@ GEM
255
254
unf_ext
256
255
unf_ext (0.0.8.2 )
257
256
unicode-display_width (1.8.0 )
257
+ uri (0.13.0 )
258
258
webrick (1.8.1 )
259
259
260
260
PLATFORMS
261
261
ruby
262
262
263
263
DEPENDENCIES
264
- faraday (~> 2.8.1 )
264
+ faraday (~> 2.9.0 )
265
265
github-pages
266
266
jekyll
267
267
jekyll-include-cache
You can’t perform that action at this time.
0 commit comments