Skip to content

Commit

Permalink
Merge pull request #964 from q-centrix/fix-for-benchmark
Browse files Browse the repository at this point in the history
Add erubis to gemspec so that benchmark file can run
  • Loading branch information
amatsuda committed Oct 26, 2017
2 parents 2ca4096 + 0349ae4 commit b41322e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,7 @@
# 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

Released on October 13, 2017
Expand Down
1 change: 1 addition & 0 deletions haml.gemspec
Expand Up @@ -22,6 +22,7 @@ Gem::Specification.new do |spec|
spec.add_dependency 'temple', '>= 0.8.0'
spec.add_dependency 'tilt'

spec.add_development_dependency 'erubis' # for benchmark.rb
spec.add_development_dependency 'rails', '>= 4.0.0'
spec.add_development_dependency 'rbench'
spec.add_development_dependency 'minitest', '>= 4.0'
Expand Down

0 comments on commit b41322e

Please sign in to comment.