aboutsummaryrefslogtreecommitdiffstats
path: root/Gemfile
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-06 17:45:51 -0500
committerGuillermo Iguaran <guilleiguaran@gmail.com>2012-09-06 18:26:15 -0500
commit032da37019cd46d6866304ea09aadb7ad6fadd43 (patch)
tree47c3a67a07df672d2df1e65746f7646291238f46 /Gemfile
parent7bed3ab404ce1903938449a746291f853260ce11 (diff)
downloadrails-032da37019cd46d6866304ea09aadb7ad6fadd43.tar.gz
rails-032da37019cd46d6866304ea09aadb7ad6fadd43.tar.bz2
rails-032da37019cd46d6866304ea09aadb7ad6fadd43.zip
Use dalli 2.2.1 or prior to fix failing tests in memcache session store
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 3a446f1c13..3364af787e 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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"