Use dalli 2.2.1 or prior to fix failing tests in memcache session store

This commit is contained in:
Guillermo Iguaran 2012-09-06 17:45:51 -05:00
parent 7bed3ab404
commit 032da37019
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ group :doc do
end
# AS
gem 'dalli'
gem 'dalli', '>= 2.2.1'
# Add your own local bundler stuff
local_gemfile = File.dirname(__FILE__) + "/.Gemfile"