lock down nanoc because newer versions cause issues.
This commit is contained in:
parent
1aca960401
commit
81b798d631
@ -1,6 +1,7 @@
|
|||||||
source :gemcutter
|
source :gemcutter
|
||||||
|
|
||||||
gem 'nanoc3'
|
gem 'nanoc', "3.2.4"
|
||||||
|
gem 'nanoc3', "3.2.4"
|
||||||
gem 'asdf'
|
gem 'asdf'
|
||||||
gem 'rdiscount'
|
gem 'rdiscount'
|
||||||
gem 'thor'
|
gem 'thor'
|
||||||
|
@ -10,7 +10,7 @@ GIT
|
|||||||
PATH
|
PATH
|
||||||
remote: ..
|
remote: ..
|
||||||
specs:
|
specs:
|
||||||
compass (0.12.1.004f696)
|
compass (0.12.1.1aca960)
|
||||||
chunky_png (~> 1.2)
|
chunky_png (~> 1.2)
|
||||||
fssm (>= 0.2.7)
|
fssm (>= 0.2.7)
|
||||||
sass (~> 3.1)
|
sass (~> 3.1)
|
||||||
@ -26,7 +26,7 @@ GEM
|
|||||||
coderay (0.9.7)
|
coderay (0.9.7)
|
||||||
compass-susy-plugin (0.7.0)
|
compass-susy-plugin (0.7.0)
|
||||||
compass (>= 0.10.0)
|
compass (>= 0.10.0)
|
||||||
cri (2.0.2)
|
cri (2.2.1)
|
||||||
css-slideshow (0.2.0)
|
css-slideshow (0.2.0)
|
||||||
compass (>= 0.10.0.rc3)
|
compass (>= 0.10.0.rc3)
|
||||||
css_parser (1.0.1)
|
css_parser (1.0.1)
|
||||||
@ -35,7 +35,9 @@ GEM
|
|||||||
i18n (0.4.2)
|
i18n (0.4.2)
|
||||||
json (1.5.4)
|
json (1.5.4)
|
||||||
mime-types (1.16)
|
mime-types (1.16)
|
||||||
nanoc3 (3.2.2)
|
nanoc (3.2.4)
|
||||||
|
nanoc3 (>= 3.2.4)
|
||||||
|
nanoc3 (3.2.4)
|
||||||
cri (~> 2.0)
|
cri (~> 2.0)
|
||||||
nokogiri (1.4.4)
|
nokogiri (1.4.4)
|
||||||
rack (1.2.2)
|
rack (1.2.2)
|
||||||
@ -66,7 +68,8 @@ DEPENDENCIES
|
|||||||
haml
|
haml
|
||||||
json
|
json
|
||||||
mime-types
|
mime-types
|
||||||
nanoc3
|
nanoc (= 3.2.4)
|
||||||
|
nanoc3 (= 3.2.4)
|
||||||
nokogiri
|
nokogiri
|
||||||
rack
|
rack
|
||||||
rake
|
rake
|
||||||
|
Loading…
Reference in New Issue
Block a user