File tree Expand file tree Collapse file tree 3 files changed +25
-30
lines changed Expand file tree Collapse file tree 3 files changed +25
-30
lines changed Original file line number Diff line number Diff line change 10
10
11
11
gem 'tzinfo' , '>= 2.0' if Gem . win_platform?
12
12
gem 'tzinfo-data' , '>= 1.2020' if Gem . win_platform?
13
- gem 'wdm' , '>= 0.1.0' if Gem . win_platform?
13
+ gem 'wdm' , '>= 0.1.0' if Gem . win_platform?
14
+ gem "webrick" , "~> 1.9"
Original file line number Diff line number Diff line change 1
1
GEM
2
2
remote: https://rubygems.org/
3
3
specs:
4
- addressable (2.8.0 )
5
- public_suffix (>= 2.0.2 , < 5 .0 )
4
+ addressable (2.8.7 )
5
+ public_suffix (>= 2.0.2 , < 7 .0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.6 )
8
- em-websocket (0.5.1 )
7
+ concurrent-ruby (1.3.5 )
8
+ em-websocket (0.5.3 )
9
9
eventmachine (>= 0.12.9 )
10
- http_parser.rb (~> 0.6.0 )
10
+ http_parser.rb (~> 0 )
11
11
eventmachine (1.2.7 )
12
12
eventmachine (1.2.7-x64-mingw32 )
13
- ffi (1.13.1 )
14
- ffi (1.13.1 -x64-mingw32 )
13
+ ffi (1.15.5 )
14
+ ffi (1.15.5 -x64-mingw32 )
15
15
forwardable-extended (2.6.0 )
16
- http_parser.rb (0.6 .0 )
17
- i18n (1.8.3 )
16
+ http_parser.rb (0.8 .0 )
17
+ i18n (1.14.7 )
18
18
concurrent-ruby (~> 1.0 )
19
19
jekyll (4.1.1 )
20
20
addressable (~> 2.4 )
31
31
rouge (~> 3.0 )
32
32
safe_yaml (~> 1.0 )
33
33
terminal-table (~> 1.8 )
34
- jekyll-sass-converter (2.1 .0 )
34
+ jekyll-sass-converter (2.2 .0 )
35
35
sassc (> 2.0.1 , < 3.0 )
36
36
jekyll-seo-tag (2.6.1 )
37
37
jekyll (>= 3.3 , < 5.0 )
38
38
jekyll-sitemap (1.3.1 )
39
39
jekyll (>= 3.7 , < 5.0 )
40
40
jekyll-watch (2.2.1 )
41
41
listen (~> 3.0 )
42
- kramdown (2.3 .1 )
43
- rexml
42
+ kramdown (2.5 .1 )
43
+ rexml ( >= 3.3.9 )
44
44
kramdown-parser-gfm (1.1.0 )
45
45
kramdown (~> 2.0 )
46
- liquid (4.0.3 )
47
- listen (3.2.1 )
46
+ liquid (4.0.4 )
47
+ listen (3.9.0 )
48
48
rb-fsevent (~> 0.10 , >= 0.10.3 )
49
49
rb-inotify (~> 0.9 , >= 0.9.10 )
50
50
mercenary (0.4.0 )
51
51
pathutil (0.16.2 )
52
52
forwardable-extended (~> 2.6 )
53
- public_suffix (4 .0.6 )
54
- rb-fsevent (0.10.4 )
55
- rb-inotify (0.10 .1 )
53
+ public_suffix (6 .0.1 )
54
+ rb-fsevent (0.11.2 )
55
+ rb-inotify (0.11 .1 )
56
56
ffi (~> 1.0 )
57
- rexml (3.2.5 )
58
- rouge (3.21 .0 )
57
+ rexml (3.4.0 )
58
+ rouge (3.30 .0 )
59
59
safe_yaml (1.0.5 )
60
60
sassc (2.4.0 )
61
61
ffi (~> 1.9 )
62
62
sassc (2.4.0-x64-mingw32 )
63
63
ffi (~> 1.9 )
64
64
terminal-table (1.8.0 )
65
65
unicode-display_width (~> 1.1 , >= 1.1.1 )
66
- tzinfo (2.0.4 )
67
- concurrent-ruby (~> 1.0 )
68
- tzinfo-data (1.2021.5 )
69
- tzinfo (>= 1.0.0 )
70
- unicode-display_width (1.7.0 )
71
- wdm (0.1.1 )
66
+ unicode-display_width (1.8.0 )
67
+ webrick (1.9.1 )
72
68
73
69
PLATFORMS
74
70
ruby
@@ -78,9 +74,7 @@ DEPENDENCIES
78
74
jekyll (= 4.1.1 )
79
75
jekyll-seo-tag (= 2.6.1 )
80
76
jekyll-sitemap (= 1.3.1 )
81
- tzinfo (>= 2.0 )
82
- tzinfo-data (>= 1.2020 )
83
- wdm (>= 0.1.0 )
77
+ webrick (~> 1.9 )
84
78
85
79
BUNDLED WITH
86
80
2.1.4
Original file line number Diff line number Diff line change 1
1
services :
2
2
jekyll :
3
- image : jekyll/jekyll:latest
3
+ image : jekyll/jekyll:4
4
4
ports :
5
5
- " 4000:4000"
6
6
- " 35729:35729"
You can’t perform that action at this time.
0 commit comments