Skip to content

Commit 078c9c0

Browse files
committed
Update jekyll
1 parent 886dc5c commit 078c9c0

File tree

3 files changed

+20
-20
lines changed

3 files changed

+20
-20
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source 'https://rubygems.org'
22

3-
gem 'jekyll', '~> 2.4'
3+
gem 'jekyll', '~> 2.5'
44
gem 'octopress-hooks'
55
gem 'compass'
66
gem 'rouge'

Gemfile.lock

+15-15
Original file line numberDiff line numberDiff line change
@@ -10,25 +10,25 @@ GEM
1010
coffee-script (2.3.0)
1111
coffee-script-source
1212
execjs
13-
coffee-script-source (1.8.0)
13+
coffee-script-source (1.9.0)
1414
colorator (0.1)
15-
compass (1.0.1)
15+
compass (1.0.3)
1616
chunky_png (~> 1.2)
17-
compass-core (~> 1.0.1)
17+
compass-core (~> 1.0.2)
1818
compass-import-once (~> 1.0.5)
1919
rb-fsevent (>= 0.9.3)
2020
rb-inotify (>= 0.9)
2121
sass (>= 3.3.13, < 3.5)
22-
compass-core (1.0.1)
22+
compass-core (1.0.3)
2323
multi_json (~> 1.0)
2424
sass (>= 3.3.0, < 3.5)
2525
compass-import-once (1.0.5)
2626
sass (>= 3.2, < 3.5)
27-
execjs (2.2.2)
27+
execjs (2.3.0)
2828
fast-stemmer (1.0.2)
2929
ffi (1.9.6)
3030
hitimes (1.2.2)
31-
jekyll (2.4.0)
31+
jekyll (2.5.3)
3232
classifier-reborn (~> 2.0)
3333
colorator (~> 0.1)
3434
jekyll-coffeescript (~> 1.0)
@@ -49,42 +49,42 @@ GEM
4949
jekyll-paginate (1.1.0)
5050
jekyll-sass-converter (1.3.0)
5151
sass (~> 3.2)
52-
jekyll-watch (1.2.0)
52+
jekyll-watch (1.2.1)
5353
listen (~> 2.7)
5454
kramdown (1.5.0)
55-
liquid (2.6.1)
55+
liquid (2.6.2)
5656
listen (2.8.5)
5757
celluloid (>= 0.15.2)
5858
rb-fsevent (>= 0.9.3)
5959
rb-inotify (>= 0.9)
6060
mercenary (0.3.5)
6161
multi_json (1.10.1)
62-
octopress-hooks (2.3.2)
62+
octopress-hooks (2.4.1)
6363
jekyll (~> 2.0)
6464
parslet (1.5.0)
6565
blankslate (~> 2.0)
6666
posix-spawn (0.3.9)
67-
pygments.rb (0.6.0)
67+
pygments.rb (0.6.2)
6868
posix-spawn (~> 0.3.6)
69-
yajl-ruby (~> 1.1.0)
69+
yajl-ruby (~> 1.2.0)
7070
rb-fsevent (0.9.4)
7171
rb-inotify (0.9.5)
7272
ffi (>= 0.5.0)
7373
redcarpet (3.2.2)
74-
rouge (1.7.7)
74+
rouge (1.8.0)
7575
safe_yaml (1.0.4)
76-
sass (3.4.9)
76+
sass (3.4.11)
7777
timers (4.0.1)
7878
hitimes
7979
toml (0.1.2)
8080
parslet (~> 1.5.0)
81-
yajl-ruby (1.1.0)
81+
yajl-ruby (1.2.1)
8282

8383
PLATFORMS
8484
ruby
8585

8686
DEPENDENCIES
8787
compass
88-
jekyll (~> 2.4)
88+
jekyll (~> 2.5)
8989
octopress-hooks
9090
rouge

0 commit comments

Comments
 (0)