From 9266c3ac58404894539e25e514d8d8a6775c701f Mon Sep 17 00:00:00 2001 From: elijah Date: Wed, 11 Mar 2015 01:12:23 -0700 Subject: add support for rotating tokens and sessions databases, and for a special tmp db for test users. --- Gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 1444ff4..be0ed2f 100644 --- a/Gemfile +++ b/Gemfile @@ -6,8 +6,8 @@ require File.expand_path('../lib/gemfile_tools.rb', __FILE__) gem "rails", "~> 3.2.21" gem "couchrest", "~> 1.1.3" gem "couchrest_model", "~> 2.0.0" -unless ARGV.grep(/assets:precompile/) - gem "couchrest_session_store", "~> 0.2.4" +if ARGV.grep(/assets:precompile/).empty? + gem "couchrest_session_store", "= 0.3.0" end ## AUTHENTICATION -- cgit v1.2.3