diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2010-06-01 04:57:34 -0300 |
---|---|---|
committer | José Valim <jose.valim@gmail.com> | 2010-06-01 10:45:51 +0200 |
commit | 31e1445a8194f1eab70ac8c7d45797f0708c6c8e (patch) | |
tree | 44794aced84e799dfd09e209b14abb04d085c3e0 /activesupport/activesupport.gemspec | |
parent | 0bed93be25e6bcae2b1a74cec70413118be66736 (diff) | |
download | rails-31e1445a8194f1eab70ac8c7d45797f0708c6c8e.tar.gz rails-31e1445a8194f1eab70ac8c7d45797f0708c6c8e.tar.bz2 rails-31e1445a8194f1eab70ac8c7d45797f0708c6c8e.zip |
Unforce builder from AS
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r-- | activesupport/activesupport.gemspec | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec index 4179bc27b3..f2ee35ce75 100644 --- a/activesupport/activesupport.gemspec +++ b/activesupport/activesupport.gemspec @@ -19,6 +19,5 @@ Gem::Specification.new do |s| s.has_rdoc = true - s.add_dependency('builder', '~> 2.1.2') s.add_dependency('memcache-client', '>= 1.7.5') end |