File tree Expand file tree Collapse file tree 4 files changed +29
-35
lines changed Expand file tree Collapse file tree 4 files changed +29
-35
lines changed Original file line number Diff line number Diff line change 1
- 2.3 .1
1
+ 2.4 .1
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ group :jekyll_plugins do
24
24
gem 'jekyll-sitemap'
25
25
gem 'jekyll-time-to-read'
26
26
gem 'octopress' , '~> 3.0'
27
- gem 'octopress-filters'
28
27
gem 'octopress-include-tag'
29
28
end
30
29
Original file line number Diff line number Diff line change 2
2
remote: https://rubygems.org/
3
3
specs:
4
4
RedCloth (4.3.2 )
5
- addressable (2.4.0 )
6
- chunky_png (1.3.6 )
5
+ addressable (2.5.2 )
6
+ public_suffix (>= 2.0.2 , < 4.0 )
7
+ chunky_png (1.3.8 )
7
8
coderay (1.1.1 )
8
9
colorator (1.1.0 )
9
10
compass (0.12.7 )
10
11
chunky_png (~> 1.2 )
11
12
fssm (>= 0.2.7 )
12
13
sass (~> 3.2.19 )
13
14
execjs (2.7.0 )
14
- ffi (1.9.14 )
15
+ ffi (1.9.18 )
15
16
forwardable-extended (2.6.0 )
16
17
fssm (0.2.10 )
17
18
haml (4.0.7 )
18
19
tilt
19
- jekyll (3.2.1 )
20
+ jekyll (3.5.2 )
21
+ addressable (~> 2.4 )
20
22
colorator (~> 1.0 )
21
23
jekyll-sass-converter (~> 1.0 )
22
24
jekyll-watch (~> 1.1 )
23
25
kramdown (~> 1.3 )
24
- liquid (~> 3 .0 )
26
+ liquid (~> 4 .0 )
25
27
mercenary (~> 0.3.3 )
26
28
pathutil (~> 0.9 )
27
29
rouge (~> 1.7 )
28
30
safe_yaml (~> 1.0 )
29
31
jekyll-paginate (1.1.0 )
30
- jekyll-redirect-from (0.11.0 )
31
- jekyll (>= 2.0 )
32
+ jekyll-redirect-from (0.12.1 )
33
+ jekyll (~> 3.3 )
32
34
jekyll-sass-converter (1.3.0 )
33
35
sass (~> 3.2 )
34
- jekyll-sitemap (0.11.0 )
35
- addressable (~> 2.4.0 )
36
+ jekyll-sitemap (1.1.1 )
37
+ jekyll (~> 3.3 )
36
38
jekyll-time-to-read (0.1.2 )
37
39
jekyll
38
40
jekyll-watch (1.5.0 )
39
41
listen (~> 3.0 , < 3.1 )
40
- kramdown (1.12 .0 )
41
- libv8 (3.16.14.15 )
42
- liquid (3 .0.6 )
42
+ kramdown (1.14 .0 )
43
+ libv8 (3.16.14.19 )
44
+ liquid (4 .0.0 )
43
45
listen (3.0.8 )
44
46
rb-fsevent (~> 0.9 , >= 0.9.4 )
45
47
rb-inotify (~> 0.9 , >= 0.9.7 )
58
60
colorator
59
61
octopress-escape-code (2.1.1 )
60
62
jekyll (~> 3.0 )
61
- octopress-filters (1.4.0 )
62
- jekyll
63
- octopress-hooks (~> 2.0 )
64
- rubypants-unicode
65
- titlecase
66
- octopress-hooks (2.6.1 )
63
+ octopress-hooks (2.6.2 )
67
64
jekyll (>= 2.0 )
68
65
octopress-include-tag (1.1.3 )
69
66
jekyll (>= 2.0 )
76
73
coderay (~> 1.1.0 )
77
74
method_source (~> 0.8.1 )
78
75
slop (~> 3.4 )
76
+ public_suffix (3.0.0 )
79
77
pygments.rb (1.1.2 )
80
78
multi_json (>= 1.0.0 )
81
- rack (1.6.4 )
79
+ rack (1.6.8 )
82
80
rack-protection (1.5.3 )
83
81
rack
84
82
rake (10.5.0 )
85
- rb-fsevent (0.9.7 )
86
- rb-inotify (0.9.7 )
87
- ffi (>= 0.5.0 )
83
+ rb-fsevent (0.10.2 )
84
+ rb-inotify (0.9.10 )
85
+ ffi (>= 0.5.0 , < 2 )
88
86
rdiscount (2.2.0.1 )
89
- redcarpet (3.3.4 )
87
+ redcarpet (3.4.0 )
90
88
ref (2.0.0 )
91
89
rouge (1.11.1 )
92
- rubypants (0.5.0 )
93
- rubypants-unicode (0.2.5 )
90
+ rubypants (0.6.0 )
94
91
safe_yaml (1.0.4 )
95
92
sass (3.2.19 )
96
93
sass-globbing (1.1.5 )
97
94
sass (>= 3.1 )
98
- sinatra (1.4.7 )
95
+ sinatra (1.4.8 )
99
96
rack (~> 1.5 )
100
97
rack-protection (~> 1.4 )
101
98
tilt (>= 1.3 , < 3 )
102
99
slop (3.6.0 )
103
100
stringex (1.5.1 )
104
- therubyracer (0.12.2 )
105
- libv8 (~> 3.16.14.0 )
101
+ therubyracer (0.12.3 )
102
+ libv8 (~> 3.16.14.15 )
106
103
ref
107
- tilt (2.0.5 )
104
+ tilt (2.0.8 )
108
105
titlecase (0.1.1 )
109
106
110
107
PLATFORMS
@@ -122,7 +119,6 @@ DEPENDENCIES
122
119
jekyll-sitemap
123
120
jekyll-time-to-read
124
121
octopress (~> 3.0 )
125
- octopress-filters
126
122
octopress-include-tag
127
123
pry
128
124
pygments.rb (~> 1.1.2 )
@@ -136,4 +132,4 @@ DEPENDENCIES
136
132
therubyracer
137
133
138
134
BUNDLED WITH
139
- 1.14.6
135
+ 1.15.4
Original file line number Diff line number Diff line change @@ -48,10 +48,9 @@ kramdown:
48
48
49
49
highlighter : rouge
50
50
51
- gems :
51
+ plugins :
52
52
- jekyll-redirect-from
53
53
- jekyll-time-to-read
54
- - octopress-filters
55
54
- octopress-include-tag
56
55
57
56
paginate : 10 # Posts per page on the blog index
You can’t perform that action at this time.
0 commit comments