summaryrefslogtreecommitdiff
path: root/erubis.gemspec
diff options
context:
space:
mode:
Diffstat (limited to 'erubis.gemspec')
-rw-r--r--erubis.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/erubis.gemspec b/erubis.gemspec
index 7c63048..c9530bb 100644
--- a/erubis.gemspec
+++ b/erubis.gemspec
@@ -47,7 +47,7 @@ spec = Gem::Specification.new do |s|
s.executables = ['erubis']
s.bindir = 'bin'
s.test_file = 'test/test.rb'
- s.add_dependency('abstract', ['>= 1.0.0'])
+ #s.add_dependency('abstract', ['>= 1.0.0'])
end
# Quick fix for Ruby 1.8.3 / YAML bug (thanks to Ross Bamford)