diff options
author | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-17 21:26:33 -0700 |
---|---|---|
committer | Santiago Pastorino <santiago@wyeworks.com> | 2012-08-17 21:26:33 -0700 |
commit | 9f8852128f2ad968e15b53728bb5c9fb3ba52e3b (patch) | |
tree | be5eab371d7b419f689f6573fcac0586d582c2f8 /Gemfile | |
parent | 366eb7216edd4515d4c5491df6868dbf9fecd261 (diff) | |
parent | bd680e3f5fc863318cff3d2c109db5a6cc822579 (diff) | |
download | rails-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-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |