Skip to content

Commit

Permalink
Update handlebars dependency. Add test-unit gem.
Browse files Browse the repository at this point in the history
  • Loading branch information
David Czarnecki committed Mar 11, 2015
1 parent 018585d commit 237934e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion stache.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,12 @@ Gem::Specification.new do |s|
s.require_paths = ['lib']

s.add_development_dependency 'mustache'
s.add_development_dependency 'handlebars', '~>0.4.0'
s.add_development_dependency 'handlebars', '~>0.6.0'
s.add_development_dependency 'rails', '~>4.0.0'
s.add_development_dependency 'rspec', '~>2.99.0'
s.add_development_dependency 'rspec-rails', '~>2.99.0'
s.add_development_dependency 'bundler'
s.add_development_dependency 'rake'
s.add_development_dependency 'test-unit'
end

0 comments on commit 237934e

Please sign in to comment.