diff --git a/Gemfile b/Gemfile
index 318b65e598e601f2ae9e9cd52cf330879bd568ed..a38d1e985da2d5cc1ac05ab02b102952860f48cd 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
diff --git a/Gemfile.lock b/Gemfile.lock
index 5100a31691829ec238c43f9daf0fd746d7553873..af414c11544176b5648394289fc2fa0c2bf2e203 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -87,7 +87,7 @@ GEM
       couchrest (~> 1.1.3)
       mime-types (>= 1.15)
       tzinfo (>= 0.3.22)
-    couchrest_session_store (0.3.0)
+    couchrest_session_store (0.3.1)
       actionpack (~> 3.0)
       couchrest
       couchrest_model
@@ -275,7 +275,7 @@ DEPENDENCIES
   common_languages!
   couchrest (~> 1.1.3)
   couchrest_model (~> 2.0.0)
-  couchrest_session_store (= 0.3.0)
+  couchrest_session_store (= 0.3.1)
   cucumber-rails
   factory_girl_rails
   fake_braintree