summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@riseup.net>2016-04-27 08:26:58 -0300
committerAzul <azul@riseup.net>2016-04-27 08:26:58 -0300
commitcf74fd08c5c0c00f6b5201c0f8e7e1fb4fbc1c02 (patch)
tree31d1cdeec017a35d2732a615d75229cba535f6c9 /Gemfile
parent66e2546d6406785c7a085d191bfbaf5e87543245 (diff)
upgrade: couchrest_session_store to 0.3.1
Display home even if couch is down.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 318b65e..a38d1e9 100644
--- a/Gemfile
+++ b/Gemfile
@@ -9,7 +9,7 @@ gem "rails", "~> 3.2.21"
gem "couchrest", "~> 1.1.3"
gem "couchrest_model", "~> 2.0.0"
if ARGV.grep(/assets:precompile/).empty?
- gem "couchrest_session_store", "= 0.3.0"
+ gem "couchrest_session_store", "= 0.3.1"
end
## AUTHENTICATION