Update version of gollum-lib to 2.0.0

This commit is contained in:
Daniel Kimsey
2014-02-20 11:07:59 -05:00
parent 324ff0a17c
commit 8af92da23c
+1 -1
View File
@@ -24,7 +24,7 @@ Gem::Specification.new do |s|
s.rdoc_options = ["--charset=UTF-8"]
s.extra_rdoc_files = %w[README.md LICENSE]
s.add_dependency 'gollum-lib', '~> 1.0', '>= 1.0.9'
s.add_dependency 'gollum-lib', '~> 2.0'
s.add_dependency 'github-markdown', '~> 0.5.5'
s.add_dependency 'sinatra', '~> 1.4', '>= 1.4.3'
s.add_dependency 'mustache', ['>= 0.99.4', '< 1.0.0']