File tree Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Expand file tree Collapse file tree 2 files changed +13
-5
lines changed Original file line number Diff line number Diff line change @@ -2,3 +2,5 @@ source 'https://rubygems.org'
2
2
3
3
# https://github.com/github/pages-gem
4
4
gem 'github-pages' , group : :jekyll_plugins
5
+
6
+ gem "webrick"
Original file line number Diff line number Diff line change 22
22
em-websocket (0.5.2 )
23
23
eventmachine (>= 0.12.9 )
24
24
http_parser.rb (~> 0.6.0 )
25
- ethon (0.12 .0 )
26
- ffi (>= 1.3 .0 )
25
+ ethon (0.13 .0 )
26
+ ffi (>= 1.15 .0 )
27
27
eventmachine (1.2.7 )
28
28
execjs (2.7.0 )
29
- faraday (1.3.0 )
29
+ faraday (1.4.1 )
30
+ faraday-excon (~> 1.1 )
30
31
faraday-net_http (~> 1.0 )
32
+ faraday-net_http_persistent (~> 1.1 )
31
33
multipart-post (>= 1.2 , < 3 )
32
- ruby2_keywords
34
+ ruby2_keywords (>= 0.0.4 )
35
+ faraday-excon (1.1.0 )
33
36
faraday-net_http (1.0.1 )
37
+ faraday-net_http_persistent (1.1.0 )
34
38
ffi (1.15.0 )
35
39
forwardable-extended (2.6.0 )
36
40
gemoji (3.0.1 )
@@ -253,13 +257,15 @@ GEM
253
257
unf_ext
254
258
unf_ext (0.0.7.7 )
255
259
unicode-display_width (1.7.0 )
260
+ webrick (1.7.0 )
256
261
zeitwerk (2.4.2 )
257
262
258
263
PLATFORMS
259
264
ruby
260
265
261
266
DEPENDENCIES
262
267
github-pages
268
+ webrick
263
269
264
270
BUNDLED WITH
265
- 2.2.15
271
+ 2.2.16
You can’t perform that action at this time.
0 commit comments