aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-01 04:57:34 -0300
committerMikel Lindsaar <raasdnil@gmail.com>2010-06-03 23:32:11 +1000
commit9a53e0202745d596867e9bc43219bc192269047e (patch)
treef40a64587ffa8b70dc806fd8884db1b890af9e80 /activesupport/activesupport.gemspec
parentc8e2ec07a2fb1a441b693efe4855b5dae355f926 (diff)
downloadrails-9a53e0202745d596867e9bc43219bc192269047e.tar.gz
rails-9a53e0202745d596867e9bc43219bc192269047e.tar.bz2
rails-9a53e0202745d596867e9bc43219bc192269047e.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.gemspec1
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