File tree Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Expand file tree Collapse file tree 2 files changed +19
-17
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ source "https://rubygems.org"
11
11
gem "jekyll" , "~> 3.9"
12
12
13
13
# This is the default theme for new Jekyll sites. You may change this to anything you like.
14
- gem "minima" , "~> 2.0 "
14
+ gem "minima" , "~> 2.5 "
15
15
16
16
# If you want to use GitHub Pages, remove the "gem "jekyll"" above and
17
17
# uncomment the line below. To upgrade, run `bundle update github-pages`.
18
18
# gem "github-pages", group: :jekyll_plugins
19
19
20
20
# If you have any plugins, put them here!
21
21
group :jekyll_plugins do
22
- gem " jekyll-feed" , "~> 0.6 "
23
- gem ' jekyll-redirect-from' , "~> 0.15.0 "
22
+ gem ' jekyll-redirect-from' , "~> 0.16.0 "
23
+ gem " jekyll-feed" , "~> 0.17 "
24
24
end
25
25
26
26
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.5 )
4
+ addressable (2.8.6 )
5
5
public_suffix (>= 2.0.2 , < 6.0 )
6
6
colorator (1.1.0 )
7
7
concurrent-ruby (1.2.2 )
15
15
http_parser.rb (0.8.0 )
16
16
i18n (1.14.1 )
17
17
concurrent-ruby (~> 1.0 )
18
- jekyll (3.9.3 )
18
+ jekyll (3.9.4 )
19
19
addressable (~> 2.4 )
20
20
colorator (~> 1.0 )
21
21
em-websocket (~> 0.5 )
28
28
pathutil (~> 0.9 )
29
29
rouge (>= 1.7 , < 4 )
30
30
safe_yaml (~> 1.0 )
31
- jekyll-feed (0.10 .0 )
32
- jekyll (~> 3.3 )
33
- jekyll-redirect-from (0.15 .0 )
31
+ jekyll-feed (0.17 .0 )
32
+ jekyll (>= 3.7 , < 5.0 )
33
+ jekyll-redirect-from (0.16 .0 )
34
34
jekyll (>= 3.3 , < 5.0 )
35
35
jekyll-sass-converter (1.5.2 )
36
36
sass (~> 3.4 )
37
- jekyll-seo-tag (2.5 .0 )
38
- jekyll (~> 3.3 )
37
+ jekyll-seo-tag (2.8 .0 )
38
+ jekyll (>= 3.8 , < 5.0 )
39
39
jekyll-watch (2.2.1 )
40
40
listen (~> 3.0 )
41
41
kramdown (2.4.0 )
47
47
rb-fsevent (~> 0.10 , >= 0.10.3 )
48
48
rb-inotify (~> 0.9 , >= 0.9.10 )
49
49
mercenary (0.3.6 )
50
- minima (2.5.0 )
51
- jekyll (~> 3.5 )
50
+ minima (2.5.1 )
51
+ jekyll (>= 3.5 , < 5.0 )
52
52
jekyll-feed (~> 0.9 )
53
53
jekyll-seo-tag (~> 2.1 )
54
54
pathutil (0.16.2 )
55
55
forwardable-extended (~> 2.6 )
56
- public_suffix (5.0.3 )
56
+ public_suffix (5.0.4 )
57
57
rb-fsevent (0.11.2 )
58
58
rb-inotify (0.10.1 )
59
59
ffi (~> 1.0 )
60
- rexml (3.2.6 )
60
+ rexml (3.3.6 )
61
+ strscan
61
62
rouge (3.30.0 )
62
63
safe_yaml (1.0.5 )
63
64
sass (3.7.4 )
64
65
sass-listen (~> 4.0.0 )
65
66
sass-listen (4.0.0 )
66
67
rb-fsevent (~> 0.9 , >= 0.9.4 )
67
68
rb-inotify (~> 0.9 , >= 0.9.7 )
69
+ strscan (3.1.0 )
68
70
69
71
PLATFORMS
70
72
ruby
71
73
72
74
DEPENDENCIES
73
75
cssminify
74
76
jekyll (~> 3.9 )
75
- jekyll-feed (~> 0.6 )
76
- jekyll-redirect-from (~> 0.15 .0 )
77
+ jekyll-feed (~> 0.17 )
78
+ jekyll-redirect-from (~> 0.16 .0 )
77
79
kramdown-parser-gfm (~> 1.1 )
78
- minima (~> 2.0 )
80
+ minima (~> 2.5 )
79
81
tzinfo-data
80
82
81
83
BUNDLED WITH
You can’t perform that action at this time.
0 commit comments