File tree Expand file tree Collapse file tree 3 files changed +53
-36
lines changed Expand file tree Collapse file tree 3 files changed +53
-36
lines changed Original file line number Diff line number Diff line change 1
1
source 'https://rubygems.org'
2
2
3
- gem 'jekyll' , '3.4.3 '
3
+ gem 'jekyll' , '3.7.2 '
4
4
5
5
group :jekyll_plugins do
6
- gem 'jekyll-archives' , '2.1.1'
7
- gem 'jekyll-sitemap ' , '1. 0.0'
8
- gem 'jekyll-seo-tag ' , '2.1.0 '
9
- gem 'jekyll-feed ' , '0.9.1 '
10
- gem 'jekyll-extract-element ' , '0.0.6 '
6
+ gem 'jekyll-archives' , '2.1.1'
7
+ gem 'jekyll-extract-element ' , '0.0.6 '
8
+ gem 'jekyll-feed ' , '0.9.3 '
9
+ gem 'jekyll-seo-tag ' , '2.4.0 '
10
+ gem 'jekyll-sitemap ' , '1.2.0 '
11
11
end
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.5.0 )
5
- public_suffix (~> 2.0 , >= 2.0.2 )
4
+ addressable (2.5.2 )
5
+ public_suffix (>= 2.0.2 , < 4.0 )
6
6
colorator (1.1.0 )
7
+ concurrent-ruby (1.0.5 )
8
+ em-websocket (0.5.1 )
9
+ eventmachine (>= 0.12.9 )
10
+ http_parser.rb (~> 0.6.0 )
11
+ eventmachine (1.2.5 )
7
12
ffi (1.9.18 )
8
13
forwardable-extended (2.6.0 )
9
- jekyll (3.4.3 )
14
+ http_parser.rb (0.6.0 )
15
+ i18n (0.9.3 )
16
+ concurrent-ruby (~> 1.0 )
17
+ jekyll (3.7.2 )
10
18
addressable (~> 2.4 )
11
19
colorator (~> 1.0 )
20
+ em-websocket (~> 0.5 )
21
+ i18n (~> 0.7 )
12
22
jekyll-sass-converter (~> 1.0 )
13
- jekyll-watch (~> 1.1 )
14
- kramdown (~> 1.3 )
15
- liquid (~> 3 .0 )
23
+ jekyll-watch (~> 2.0 )
24
+ kramdown (~> 1.14 )
25
+ liquid (~> 4 .0 )
16
26
mercenary (~> 0.3.3 )
17
27
pathutil (~> 0.9 )
18
- rouge (~> 1.7 )
28
+ rouge (>= 1.7 , < 4 )
19
29
safe_yaml (~> 1.0 )
20
30
jekyll-archives (2.1.1 )
21
31
jekyll (>= 2.4 )
22
32
jekyll-extract-element (0.0.6 )
23
33
jekyll (~> 3.3 )
24
34
nokogiri (= 1.6.8 )
25
- jekyll-feed (0.9.1 )
35
+ jekyll-feed (0.9.3 )
26
36
jekyll (~> 3.3 )
27
- jekyll-sass-converter (1.5.0 )
37
+ jekyll-sass-converter (1.5.2 )
28
38
sass (~> 3.4 )
29
- jekyll-seo-tag (2.1 .0 )
39
+ jekyll-seo-tag (2.4 .0 )
30
40
jekyll (~> 3.3 )
31
- jekyll-sitemap (1.0 .0 )
41
+ jekyll-sitemap (1.2 .0 )
32
42
jekyll (~> 3.3 )
33
- jekyll-watch (1.5 .0 )
34
- listen (~> 3.0 , < 3.1 )
35
- kramdown (1.13 .2 )
36
- liquid (3 .0.6 )
37
- listen (3.0.8 )
43
+ jekyll-watch (2.0 .0 )
44
+ listen (~> 3.0 )
45
+ kramdown (1.16 .2 )
46
+ liquid (4 .0.0 )
47
+ listen (3.1.5 )
38
48
rb-fsevent (~> 0.9 , >= 0.9.4 )
39
49
rb-inotify (~> 0.9 , >= 0.9.7 )
50
+ ruby_dep (~> 1.2 )
40
51
mercenary (0.3.6 )
41
52
mini_portile2 (2.1.0 )
42
53
nokogiri (1.6.8 )
43
54
mini_portile2 (~> 2.1.0 )
44
55
pkg-config (~> 1.1.7 )
45
- pathutil (0.14.0 )
56
+ pathutil (0.16.1 )
46
57
forwardable-extended (~> 2.6 )
47
- pkg-config (1.1.7 )
48
- public_suffix (2.0.5 )
49
- rb-fsevent (0.9.8 )
50
- rb-inotify (0.9.8 )
51
- ffi (>= 0.5.0 )
52
- rouge (1.11.1 )
58
+ pkg-config (1.1.9 )
59
+ public_suffix (3.0.1 )
60
+ rb-fsevent (0.10.2 )
61
+ rb-inotify (0.9.10 )
62
+ ffi (>= 0.5.0 , < 2 )
63
+ rouge (3.1.1 )
64
+ ruby_dep (1.5.0 )
53
65
safe_yaml (1.0.4 )
54
- sass (3.4.23 )
66
+ sass (3.5.5 )
67
+ sass-listen (~> 4.0.0 )
68
+ sass-listen (4.0.0 )
69
+ rb-fsevent (~> 0.9 , >= 0.9.4 )
70
+ rb-inotify (~> 0.9 , >= 0.9.7 )
55
71
56
72
PLATFORMS
57
73
ruby
58
74
59
75
DEPENDENCIES
60
- jekyll (= 3.4.3 )
76
+ jekyll (= 3.7.2 )
61
77
jekyll-archives (= 2.1.1 )
62
78
jekyll-extract-element (= 0.0.6 )
63
- jekyll-feed (= 0.9.1 )
64
- jekyll-seo-tag (= 2.1 .0 )
65
- jekyll-sitemap (= 1.0 .0 )
79
+ jekyll-feed (= 0.9.3 )
80
+ jekyll-seo-tag (= 2.4 .0 )
81
+ jekyll-sitemap (= 1.2 .0 )
66
82
67
83
BUNDLED WITH
68
- 1.12.5
84
+ 1.16.0
Original file line number Diff line number Diff line change @@ -25,7 +25,8 @@ social:
25
25
26
26
permalink : /:categories/:title/
27
27
28
- gems :
28
+ plugins :
29
+ - jekyll-extract-element
29
30
- jekyll-sitemap
30
31
- jekyll-seo-tag
31
32
- jekyll-feed
You can’t perform that action at this time.
0 commit comments