Skip to content

Commit b830a8e

Browse files
committed
updated to latest nanoc version
1 parent 3f429ad commit b830a8e

File tree

2 files changed

+14
-14
lines changed

2 files changed

+14
-14
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source "http://rubygems.org"
22

33
gem 'rake', '~> 0.9.2'
4-
gem 'nanoc', '~> 3.1.6'
4+
gem 'nanoc', '~> 3.3.7'
55
gem 'kramdown', '~> 0.13.2'
66
gem 'nokogiri', '~> 1.4.4'
77
gem 'yajl-ruby', '~> 0.8.2'

Gemfile.lock

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
adsf (1.0.1)
4+
adsf (1.1.1)
55
rack (>= 1.0.0)
6-
coderay (1.0.5)
7-
cri (1.0.1)
8-
kramdown (0.13.2)
9-
mime-types (1.16)
10-
nanoc (3.1.6)
11-
nanoc3 (>= 3.1.6)
12-
nanoc3 (3.1.6)
13-
cri (>= 1.0.0)
14-
nokogiri (1.4.4)
6+
coderay (1.0.6)
7+
colored (1.2)
8+
cri (2.3.0)
9+
colored (>= 1.2)
10+
kramdown (0.13.7)
11+
mime-types (1.18)
12+
nanoc (3.3.7)
13+
cri (~> 2.2)
14+
nokogiri (1.4.7)
1515
pygmentize (0.0.3)
16-
rack (1.2.2)
16+
rack (1.4.1)
1717
rake (0.9.2.2)
18-
yajl-ruby (0.8.2)
18+
yajl-ruby (0.8.3)
1919

2020
PLATFORMS
2121
ruby
@@ -25,7 +25,7 @@ DEPENDENCIES
2525
coderay
2626
kramdown (~> 0.13.2)
2727
mime-types (~> 1.16)
28-
nanoc (~> 3.1.6)
28+
nanoc (~> 3.3.7)
2929
nokogiri (~> 1.4.4)
3030
pygmentize (~> 0.0.3)
3131
rake (~> 0.9.2)

0 commit comments

Comments
 (0)