File tree 2 files changed +26
-25
lines changed
2 files changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -7,15 +7,15 @@ source "https://rubygems.org"
7
7
#
8
8
# This will help ensure the proper Jekyll version is running.
9
9
# Happy Jekylling!
10
- gem "jekyll" , "~> 4.2.0 "
10
+ gem "jekyll" , "~> 4.2.1 "
11
11
# This is the default theme for new Jekyll sites. You may change this to anything you like.
12
12
gem "minima" , "~> 2.5" , ">= 2.5.1"
13
13
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
14
14
# uncomment the line below. To upgrade, run `bundle update github-pages`.
15
15
# gem "github-pages", group: :jekyll_plugins
16
16
# If you have any plugins, put them here!
17
17
group :jekyll_plugins do
18
- gem "jekyll-feed" , "~> 0.15 " , ">= 0.15.1 "
18
+ gem "jekyll-feed" , "~> 0.16 " , ">= 0.16.0 "
19
19
end
20
20
21
21
# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
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.9 )
8
- em-websocket (0.5.2 )
7
+ concurrent-ruby (1.3.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.3 )
12
+ ffi (1.17.0 )
13
+ ffi (1.17.0-x86_64-darwin )
13
14
forwardable-extended (2.6.0 )
14
- http_parser.rb (0.6 .0 )
15
- i18n (1.8.10 )
15
+ http_parser.rb (0.8 .0 )
16
+ i18n (1.14.5 )
16
17
concurrent-ruby (~> 1.0 )
17
- jekyll (4.2.0 )
18
+ jekyll (4.2.2 )
18
19
addressable (~> 2.4 )
19
20
colorator (~> 1.0 )
20
21
em-websocket (~> 0.5 )
29
30
rouge (~> 3.0 )
30
31
safe_yaml (~> 1.0 )
31
32
terminal-table (~> 2.0 )
32
- jekyll-feed (0.15.1 )
33
+ jekyll-feed (0.17.0 )
33
34
jekyll (>= 3.7 , < 5.0 )
34
- jekyll-sass-converter (2.1 .0 )
35
+ jekyll-sass-converter (2.2 .0 )
35
36
sassc (> 2.0.1 , < 3.0 )
36
37
jekyll-seo-tag (2.7.1 )
37
38
jekyll (>= 3.8 , < 5.0 )
38
39
jekyll-watch (2.2.1 )
39
40
listen (~> 3.0 )
40
- kramdown (2.3.1 )
41
+ kramdown (2.4.0 )
41
42
rexml
42
43
kramdown-parser-gfm (1.1.0 )
43
44
kramdown (~> 2.0 )
44
- liquid (4.0.3 )
45
- listen (3.5.1 )
45
+ liquid (4.0.4 )
46
+ listen (3.9.0 )
46
47
rb-fsevent (~> 0.10 , >= 0.10.3 )
47
48
rb-inotify (~> 0.9 , >= 0.9.10 )
48
49
mercenary (0.4.0 )
52
53
jekyll-seo-tag (~> 2.1 )
53
54
pathutil (0.16.2 )
54
55
forwardable-extended (~> 2.6 )
55
- public_suffix (4.0.6 )
56
- rb-fsevent (0.11.0 )
57
- rb-inotify (0.10 .1 )
56
+ public_suffix (5.1.1 )
57
+ rb-fsevent (0.11.2 )
58
+ rb-inotify (0.11 .1 )
58
59
ffi (~> 1.0 )
59
- rexml (3.2.8 )
60
- strscan ( >= 3.0.9 )
61
- rouge (3.26 .0 )
60
+ rexml (3.3.2 )
61
+ strscan
62
+ rouge (3.30 .0 )
62
63
safe_yaml (1.0.5 )
63
64
sassc (2.4.0 )
64
65
ffi (~> 1.9 )
65
66
strscan (3.1.0 )
66
67
terminal-table (2.0.0 )
67
68
unicode-display_width (~> 1.1 , >= 1.1.1 )
68
- unicode-display_width (1.7 .0 )
69
+ unicode-display_width (1.8 .0 )
69
70
webrick (1.7.0 )
70
71
71
72
PLATFORMS
72
73
ruby
73
74
x86_64-darwin-19
74
75
75
76
DEPENDENCIES
76
- jekyll (~> 4.2.0 )
77
- jekyll-feed (~> 0.15 , >= 0.15.1 )
77
+ jekyll (~> 4.2.1 )
78
+ jekyll-feed (~> 0.16 , >= 0.16.0 )
78
79
minima (~> 2.5 , >= 2.5.1 )
79
80
tzinfo (~> 1.2 )
80
81
tzinfo-data
You can’t perform that action at this time.
0 commit comments