Skip to content

Commit

Permalink
Don't force specific versions for moneta and mustache
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Vermeulen committed Nov 23, 2013
1 parent 3c41fa6 commit e74e4fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rich_cms.gemspec
Expand Up @@ -20,7 +20,7 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency "rich_support", "~> 0.1.1"
s.add_dependency "moneta" , "~> 0.6.0"
s.add_dependency "mustache" , "~> 0.99.3"
s.add_dependency "moneta"
s.add_dependency "mustache"
s.add_dependency "sass"
end

0 comments on commit e74e4fe

Please sign in to comment.