Skip to content

Commit bca05fc

Browse files
committed
Update dependencies
1 parent e091b8e commit bca05fc

File tree

4 files changed

+29
-35
lines changed

4 files changed

+29
-35
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.3.1
1+
2.4.1

Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ group :jekyll_plugins do
2424
gem 'jekyll-sitemap'
2525
gem 'jekyll-time-to-read'
2626
gem 'octopress', '~> 3.0'
27-
gem 'octopress-filters'
2827
gem 'octopress-include-tag'
2928
end
3029

Gemfile.lock

Lines changed: 27 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,46 @@ GEM
22
remote: https://rubygems.org/
33
specs:
44
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)
78
coderay (1.1.1)
89
colorator (1.1.0)
910
compass (0.12.7)
1011
chunky_png (~> 1.2)
1112
fssm (>= 0.2.7)
1213
sass (~> 3.2.19)
1314
execjs (2.7.0)
14-
ffi (1.9.14)
15+
ffi (1.9.18)
1516
forwardable-extended (2.6.0)
1617
fssm (0.2.10)
1718
haml (4.0.7)
1819
tilt
19-
jekyll (3.2.1)
20+
jekyll (3.5.2)
21+
addressable (~> 2.4)
2022
colorator (~> 1.0)
2123
jekyll-sass-converter (~> 1.0)
2224
jekyll-watch (~> 1.1)
2325
kramdown (~> 1.3)
24-
liquid (~> 3.0)
26+
liquid (~> 4.0)
2527
mercenary (~> 0.3.3)
2628
pathutil (~> 0.9)
2729
rouge (~> 1.7)
2830
safe_yaml (~> 1.0)
2931
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)
3234
jekyll-sass-converter (1.3.0)
3335
sass (~> 3.2)
34-
jekyll-sitemap (0.11.0)
35-
addressable (~> 2.4.0)
36+
jekyll-sitemap (1.1.1)
37+
jekyll (~> 3.3)
3638
jekyll-time-to-read (0.1.2)
3739
jekyll
3840
jekyll-watch (1.5.0)
3941
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)
4345
listen (3.0.8)
4446
rb-fsevent (~> 0.9, >= 0.9.4)
4547
rb-inotify (~> 0.9, >= 0.9.7)
@@ -58,12 +60,7 @@ GEM
5860
colorator
5961
octopress-escape-code (2.1.1)
6062
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)
6764
jekyll (>= 2.0)
6865
octopress-include-tag (1.1.3)
6966
jekyll (>= 2.0)
@@ -76,35 +73,35 @@ GEM
7673
coderay (~> 1.1.0)
7774
method_source (~> 0.8.1)
7875
slop (~> 3.4)
76+
public_suffix (3.0.0)
7977
pygments.rb (1.1.2)
8078
multi_json (>= 1.0.0)
81-
rack (1.6.4)
79+
rack (1.6.8)
8280
rack-protection (1.5.3)
8381
rack
8482
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)
8886
rdiscount (2.2.0.1)
89-
redcarpet (3.3.4)
87+
redcarpet (3.4.0)
9088
ref (2.0.0)
9189
rouge (1.11.1)
92-
rubypants (0.5.0)
93-
rubypants-unicode (0.2.5)
90+
rubypants (0.6.0)
9491
safe_yaml (1.0.4)
9592
sass (3.2.19)
9693
sass-globbing (1.1.5)
9794
sass (>= 3.1)
98-
sinatra (1.4.7)
95+
sinatra (1.4.8)
9996
rack (~> 1.5)
10097
rack-protection (~> 1.4)
10198
tilt (>= 1.3, < 3)
10299
slop (3.6.0)
103100
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)
106103
ref
107-
tilt (2.0.5)
104+
tilt (2.0.8)
108105
titlecase (0.1.1)
109106

110107
PLATFORMS
@@ -122,7 +119,6 @@ DEPENDENCIES
122119
jekyll-sitemap
123120
jekyll-time-to-read
124121
octopress (~> 3.0)
125-
octopress-filters
126122
octopress-include-tag
127123
pry
128124
pygments.rb (~> 1.1.2)
@@ -136,4 +132,4 @@ DEPENDENCIES
136132
therubyracer
137133

138134
BUNDLED WITH
139-
1.14.6
135+
1.15.4

_config.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,9 @@ kramdown:
4848

4949
highlighter: rouge
5050

51-
gems:
51+
plugins:
5252
- jekyll-redirect-from
5353
- jekyll-time-to-read
54-
- octopress-filters
5554
- octopress-include-tag
5655

5756
paginate: 10 # Posts per page on the blog index

0 commit comments

Comments
 (0)