Skip to content
Snippets Groups Projects
Commit cf74fd08 authored by azul's avatar azul
Browse files

upgrade: couchrest_session_store to 0.3.1

Display home even if couch is down.
parent 66e2546d
Branches
No related tags found
No related merge requests found
...@@ -9,7 +9,7 @@ gem "rails", "~> 3.2.21" ...@@ -9,7 +9,7 @@ gem "rails", "~> 3.2.21"
gem "couchrest", "~> 1.1.3" gem "couchrest", "~> 1.1.3"
gem "couchrest_model", "~> 2.0.0" gem "couchrest_model", "~> 2.0.0"
if ARGV.grep(/assets:precompile/).empty? if ARGV.grep(/assets:precompile/).empty?
gem "couchrest_session_store", "= 0.3.0" gem "couchrest_session_store", "= 0.3.1"
end end
## AUTHENTICATION ## AUTHENTICATION
......
...@@ -87,7 +87,7 @@ GEM ...@@ -87,7 +87,7 @@ GEM
couchrest (~> 1.1.3) couchrest (~> 1.1.3)
mime-types (>= 1.15) mime-types (>= 1.15)
tzinfo (>= 0.3.22) tzinfo (>= 0.3.22)
couchrest_session_store (0.3.0) couchrest_session_store (0.3.1)
actionpack (~> 3.0) actionpack (~> 3.0)
couchrest couchrest
couchrest_model couchrest_model
...@@ -275,7 +275,7 @@ DEPENDENCIES ...@@ -275,7 +275,7 @@ DEPENDENCIES
common_languages! common_languages!
couchrest (~> 1.1.3) couchrest (~> 1.1.3)
couchrest_model (~> 2.0.0) couchrest_model (~> 2.0.0)
couchrest_session_store (= 0.3.0) couchrest_session_store (= 0.3.1)
cucumber-rails cucumber-rails
factory_girl_rails factory_girl_rails
fake_braintree fake_braintree
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment