From 30d5990ef7982dc55a62d6c0a64e5ce19c3db67b Mon Sep 17 00:00:00 2001 From: Akira Matsuda Date: Thu, 26 Oct 2017 10:48:07 +0900 Subject: [PATCH] Revert "Add erubis to gemspec so that benchmark file can run" This reverts commit 0349ae4e07c17d82622255063056ae49ab41bcfd. Reason: The bundle in benchmark.rb fails now because the newest rails depends on erubi instead of erubis. It'd be better to update our script to use erubi with rails 5.1+ rather than adding a new dependency. --- CHANGELOG.md | 1 - haml.gemspec | 1 - 2 files changed, 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d79e1dc1ea..be75438d6c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,6 @@ * Add constant for default options in `lib/haml/helpers/action_view_mods.rb` [#966](https://github.com/haml/haml/pull/966) (thanks [Dillon Welch](https://github.com/oniofchaos)) * Performance/memory usage improvement in `lib/haml/buffer.rb` [#963](https://github.com/haml/haml/pull/963) (thanks [Dillon Welch](https://github.com/oniofchaos)) -* 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 diff --git a/haml.gemspec b/haml.gemspec index 78ff09b40b..7b0580cf39 100644 --- a/haml.gemspec +++ b/haml.gemspec @@ -22,7 +22,6 @@ 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'