summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2019-03-19 23:33:03 +0000
committerBundlerbot <bot@bundler.io>2019-03-19 23:33:03 +0000
commit72399ca509105f4aa4f49e1129da2f1abeccc19a (patch)
tree32379cbea481db988b3888147c846a6a1915a037
parentc57be2a442ee5d7fb3396741ccca0a533f7f1c43 (diff)
parentcdbc2d7a69d5396a1567c94eae5117b8eee51ca1 (diff)
downloadbundler-72399ca509105f4aa4f49e1129da2f1abeccc19a.tar.gz
Merge #7049
7049: Remove mustache dep r=hsbt a=deivid-rodriguez ### What was the end-user problem that led to this PR? The problem is that I just can't find where this development dependency is used. Furthermore, I can't find where it was used in the past :S ### What was your diagnosis of the problem? My diagnosis was that maybe it's never been used? ### What is your fix for the problem, implemented in this PR? My fix is to remove the dependency. ### Why did you choose this fix out of the possible options? I chose this fix because the less dependency, the better. Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
-rw-r--r--bundler.gemspec1
1 files changed, 0 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index d58b1d3d0c..2711604265 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -40,7 +40,6 @@ Gem::Specification.new do |s|
end
s.add_development_dependency "automatiek", "~> 0.1.0"
- s.add_development_dependency "mustache", "0.99.6"
s.add_development_dependency "rake", "~> 12.0"
s.add_development_dependency "ronn", "~> 0.7.3"
s.add_development_dependency "rspec", "~> 3.6"