File tree Expand file tree Collapse file tree 2 files changed +32
-27
lines changed Expand file tree Collapse file tree 2 files changed +32
-27
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,12 @@ ruby RUBY_VERSION
7
7
#
8
8
# bundle exec jekyll serve
9
9
#
10
- # This will help ensure the proper Jekyll version is running.
11
- # Happy Jekylling!
12
- gem "jekyll" , "4.2.0"
10
+
11
+ gem "jekyll" , "4.2.2"
12
+
13
+ # Fix development command "jekyll serve"
14
+ # Can be removed when upgrading to Jekyll 4.3
15
+ gem "webrick" , "~> 1.8"
13
16
14
17
# This is the default theme for new Jekyll sites. You may change this to anything you like.
15
18
gem "minima" , "~> 2.5" , ">= 2.5.1"
44
47
# # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # #
45
48
# gem "rake"
46
49
# gem "html-proofer"
47
-
48
- gem "webrick" , "~> 1.8"
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.6 )
5
+ public_suffix (>= 2.0.2 , < 6 .0 )
6
6
colorator (1.1.0 )
7
- concurrent-ruby (1.1.8 )
8
- em-websocket (0.5.2 )
7
+ concurrent-ruby (1.2.3 )
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
- ffi (1.15.0 )
12
+ ffi (1.16.3 )
13
13
forwardable-extended (2.6.0 )
14
- http_parser.rb (0.6 .0 )
15
- i18n (1.8.9 )
14
+ http_parser.rb (0.8 .0 )
15
+ i18n (1.14.5 )
16
16
concurrent-ruby (~> 1.0 )
17
- jekyll (4.2.0 )
17
+ jekyll (4.2.2 )
18
18
addressable (~> 2.4 )
19
19
colorator (~> 1.0 )
20
20
em-websocket (~> 0.5 )
29
29
rouge (~> 3.0 )
30
30
safe_yaml (~> 1.0 )
31
31
terminal-table (~> 2.0 )
32
- jekyll-feed (0.15.1 )
32
+ jekyll-feed (0.17.0 )
33
33
jekyll (>= 3.7 , < 5.0 )
34
34
jekyll-paginate (1.1.0 )
35
35
jekyll-redirect-from (0.16.0 )
36
36
jekyll (>= 3.3 , < 5.0 )
37
- jekyll-sass-converter (2.1 .0 )
37
+ jekyll-sass-converter (2.2 .0 )
38
38
sassc (> 2.0.1 , < 3.0 )
39
- jekyll-seo-tag (2.7.1 )
39
+ jekyll-seo-tag (2.8.0 )
40
40
jekyll (>= 3.8 , < 5.0 )
41
41
jekyll-watch (2.2.1 )
42
42
listen (~> 3.0 )
43
- kramdown (2.3.1 )
43
+ kramdown (2.4.0 )
44
44
rexml
45
45
kramdown-parser-gfm (1.1.0 )
46
46
kramdown (~> 2.0 )
47
- liquid (4.0.3 )
48
- listen (3.5 .0 )
47
+ liquid (4.0.4 )
48
+ listen (3.9 .0 )
49
49
rb-fsevent (~> 0.10 , >= 0.10.3 )
50
50
rb-inotify (~> 0.9 , >= 0.9.10 )
51
51
mercenary (0.4.0 )
55
55
jekyll-seo-tag (~> 2.1 )
56
56
pathutil (0.16.2 )
57
57
forwardable-extended (~> 2.6 )
58
- public_suffix (4 .0.6 )
59
- rb-fsevent (0.10.4 )
58
+ public_suffix (5 .0.5 )
59
+ rb-fsevent (0.11.2 )
60
60
rb-inotify (0.10.1 )
61
61
ffi (~> 1.0 )
62
- rexml (3.2.5 )
63
- rouge (3.26.0 )
62
+ rexml (3.2.8 )
63
+ strscan (>= 3.0.9 )
64
+ rouge (3.30.0 )
64
65
safe_yaml (1.0.5 )
65
66
sassc (2.4.0 )
66
67
ffi (~> 1.9 )
68
+ strscan (3.1.0 )
67
69
terminal-table (2.0.0 )
68
70
unicode-display_width (~> 1.1 , >= 1.1.1 )
69
- unicode-display_width (1.7.0 )
71
+ unicode-display_width (1.8.0 )
72
+ webrick (1.8.1 )
70
73
71
74
PLATFORMS
72
75
ruby
73
76
74
77
DEPENDENCIES
75
- jekyll (= 4.2.0 )
78
+ jekyll (= 4.2.2 )
76
79
jekyll-feed (~> 0.15 , >= 0.15.1 )
77
80
jekyll-paginate
78
81
jekyll-redirect-from
79
82
minima (~> 2.5 , >= 2.5.1 )
83
+ webrick (~> 1.8 )
80
84
81
85
RUBY VERSION
82
- ruby 2.7.0p0
86
+ ruby 3.0.2p107
83
87
84
88
BUNDLED WITH
85
89
2.1.4
You can’t perform that action at this time.
0 commit comments