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'
77
88group :jekyll_plugins do
99 gem 'github-pages'
10+ gem 'faraday' , '~> 2.8.1' # For Ruby v2.x
1011 gem 'jekyll-include-cache'
1112 gem 'jekyll-toc'
1213end
Original file line number Diff line number Diff line change 88 tzinfo (~> 2.0 )
99 addressable (2.8.1 )
1010 public_suffix (>= 2.0.2 , < 6.0 )
11+ base64 (0.2.0 )
1112 coffee-script (2.4.1 )
1213 coffee-script-source
1314 execjs
2425 ffi (>= 1.15.0 )
2526 eventmachine (1.2.7 )
2627 execjs (2.8.1 )
27- faraday (2.7.4 )
28+ faraday (2.8.1 )
29+ base64
2830 faraday-net_http (>= 2.0 , < 3.1 )
2931 ruby2_keywords (>= 0.0.4 )
3032 faraday-net_http (3.0.2 )
@@ -259,6 +261,7 @@ PLATFORMS
259261 ruby
260262
261263DEPENDENCIES
264+ faraday (~> 2.8.1 )
262265 github-pages
263266 jekyll
264267 jekyll-include-cache
You can’t perform that action at this time.
0 commit comments