diff options
author | Azul <azul@riseup.net> | 2016-05-02 21:16:36 -0300 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 21:16:36 -0300 |
commit | c9f24739664e9d4f7bcdafa87c7d53a5f339cbae (patch) | |
tree | c64929e2f1f30bf7305ad30a3dd6767cbe65c5be | |
parent | 6117518350847e83e5b0e79cb206b03ff99d6ee2 (diff) |
upgrade: couchrest_session_store 0.4.2
Uses the latest couchrest and couchrest_model.
Also fixes issues with ruby 2.1
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 16 |
2 files changed, 5 insertions, 13 deletions
@@ -11,7 +11,7 @@ gem 'responders', '~> 2.0' gem "couchrest", "~> 2.0.0.rc3" gem "couchrest_model", "~> 2.1.0.beta2" if ARGV.grep(/assets:precompile/).empty? - gem "couchrest_session_store", "~> 0.4.1" + gem "couchrest_session_store", "~> 0.4.2" end ## AUTHENTICATION diff --git a/Gemfile.lock b/Gemfile.lock index bd41a09..e0dc859 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -22,14 +22,6 @@ PATH common_languages (0.0.1) i18n -PATH - remote: vendor/gems/couchrest_session_store - specs: - couchrest_session_store (0.4.0) - actionpack (~> 4.0) - couchrest - couchrest_model - GEM remote: https://rubygems.org/ specs: @@ -111,10 +103,10 @@ GEM activemodel (~> 4.0) couchrest (= 2.0.0.rc3) tzinfo (>= 0.3.22) - couchrest_session_store (0.4.1) + couchrest_session_store (0.4.2) actionpack (~> 4.0) - couchrest - couchrest_model + couchrest (~> 2.0.0.rc3) + couchrest_model (~> 2.1.0.beta2) cucumber (2.3.3) builder (>= 2.1.2) cucumber-core (~> 1.4.0) @@ -322,7 +314,7 @@ DEPENDENCIES common_languages! couchrest (~> 2.0.0.rc3) couchrest_model (~> 2.1.0.beta2) - couchrest_session_store (~> 0.4.1) + couchrest_session_store (~> 0.4.2) cucumber-rails factory_girl_rails fake_braintree |