mirror of
https://github.com/haml/haml.git
synced 2022-11-09 12:33:31 -05:00
Add erubis to gemspec so that benchmark file can run
This commit is contained in:
parent
09299ea9e1
commit
0349ae4e07
2 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,7 @@
|
||||||
# Haml Changelog
|
# Haml Changelog
|
||||||
|
|
||||||
|
* Add erubis to gemspec so that `benchmark.rb` works [#964](https://github.com/haml/haml/pull/964) (thanks [Dillon Welch](https://github.com/oniofchaos))
|
||||||
|
|
||||||
## 5.0.4
|
## 5.0.4
|
||||||
|
|
||||||
Released on October 13, 2017
|
Released on October 13, 2017
|
||||||
|
|
|
@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
|
||||||
spec.add_dependency 'temple', '>= 0.8.0'
|
spec.add_dependency 'temple', '>= 0.8.0'
|
||||||
spec.add_dependency 'tilt'
|
spec.add_dependency 'tilt'
|
||||||
|
|
||||||
|
spec.add_development_dependency 'erubis' # for benchmark.rb
|
||||||
spec.add_development_dependency 'rails', '>= 4.0.0'
|
spec.add_development_dependency 'rails', '>= 4.0.0'
|
||||||
spec.add_development_dependency 'rbench'
|
spec.add_development_dependency 'rbench'
|
||||||
spec.add_development_dependency 'minitest', '>= 4.0'
|
spec.add_development_dependency 'minitest', '>= 4.0'
|
||||||
|
|
Loading…
Reference in a new issue