File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +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
11
gem 'jekyll-include-cache'
11
12
gem 'jekyll-toc'
12
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 )
11
12
coffee-script (2.4.1 )
12
13
coffee-script-source
13
14
execjs
24
25
ffi (>= 1.15.0 )
25
26
eventmachine (1.2.7 )
26
27
execjs (2.8.1 )
27
- faraday (2.7.4 )
28
+ faraday (2.8.1 )
29
+ base64
28
30
faraday-net_http (>= 2.0 , < 3.1 )
29
31
ruby2_keywords (>= 0.0.4 )
30
32
faraday-net_http (3.0.2 )
@@ -259,6 +261,7 @@ PLATFORMS
259
261
ruby
260
262
261
263
DEPENDENCIES
264
+ faraday (~> 2.8.1 )
262
265
github-pages
263
266
jekyll
264
267
jekyll-include-cache
You can’t perform that action at this time.
0 commit comments