aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorSantiago Pastorino <santiago@wyeworks.com>2012-08-17 21:26:33 -0700
committerSantiago Pastorino <santiago@wyeworks.com>2012-08-17 21:26:33 -0700
commit9f8852128f2ad968e15b53728bb5c9fb3ba52e3b (patch)
treebe5eab371d7b419f689f6573fcac0586d582c2f8 /Gemfile
parent366eb7216edd4515d4c5491df6868dbf9fecd261 (diff)
parentbd680e3f5fc863318cff3d2c109db5a6cc822579 (diff)
downloadrails-9f8852128f2ad968e15b53728bb5c9fb3ba52e3b.tar.gz
rails-9f8852128f2ad968e15b53728bb5c9fb3ba52e3b.tar.bz2
rails-9f8852128f2ad968e15b53728bb5c9fb3ba52e3b.zip
Merge pull request #6903 from guilleiguaran/dalli-memcache-store
Replace deprecated `memcache-client` gem with `dalli` in ActiveSupport::Cache::MemCacheStore
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index d2035a056d..30b8f9aa08 100644
--- a/Gemfile
+++ b/Gemfile
@@ -40,7 +40,7 @@ group :doc do
end
# AS
-gem 'memcache-client', '>= 1.8.5'
+gem 'dalli'
# Add your own local bundler stuff
local_gemfile = File.dirname(__FILE__) + "/.Gemfile"