aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/activesupport.gemspec
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2010-06-01 05:06:17 -0300
committerJosé Valim <jose.valim@gmail.com>2010-06-01 10:46:05 +0200
commit57144388f0b4c31e43ced7cfd1d6efaded88cf5e (patch)
tree8256400adb9fc91f46cc2a36d5143a5ebf54442a /activesupport/activesupport.gemspec
parent31e1445a8194f1eab70ac8c7d45797f0708c6c8e (diff)
downloadrails-57144388f0b4c31e43ced7cfd1d6efaded88cf5e.tar.gz
rails-57144388f0b4c31e43ced7cfd1d6efaded88cf5e.tar.bz2
rails-57144388f0b4c31e43ced7cfd1d6efaded88cf5e.zip
Unforce memcache from AS
Signed-off-by: José Valim <jose.valim@gmail.com>
Diffstat (limited to 'activesupport/activesupport.gemspec')
-rw-r--r--activesupport/activesupport.gemspec2
1 files changed, 0 insertions, 2 deletions
diff --git a/activesupport/activesupport.gemspec b/activesupport/activesupport.gemspec
index f2ee35ce75..8611a1e5fa 100644
--- a/activesupport/activesupport.gemspec
+++ b/activesupport/activesupport.gemspec
@@ -18,6 +18,4 @@ Gem::Specification.new do |s|
s.require_path = 'lib'
s.has_rdoc = true
-
- s.add_dependency('memcache-client', '>= 1.7.5')
end