diff options
author | jessib <jessib@riseup.net> | 2013-12-09 11:54:27 -0800 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-12-09 11:54:27 -0800 |
commit | e1d9d92d4afe32a6b4c267d9ffb7d8a40c4871e1 (patch) | |
tree | 526605db101c7706026f638dc14fae6a0e243e10 /Gemfile.lock | |
parent | ce1d6ddacca09062ed90a40de559454c7ce912b5 (diff) | |
parent | 0f429901318051f3d60050e4ca46e014e965b7d3 (diff) |
Merge pull request #120 from azul/feature/robust-session-store
update couchrest session store and Gemfile.lock
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 8d80546..d1fd014 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -8,38 +8,38 @@ GIT PATH remote: billing specs: - leap_web_billing (0.2.5) + leap_web_billing (0.2.8) braintree - leap_web_core (= 0.2.5) + leap_web_core (= 0.2.8) PATH remote: certs specs: - leap_web_certs (0.2.5) + leap_web_certs (0.2.8) certificate_authority (>= 0.2.0) - leap_web_core (= 0.2.5) + leap_web_core (= 0.2.8) PATH remote: core specs: - leap_web_core (0.2.5) + leap_web_core (0.2.8) couchrest (~> 1.1.3) couchrest_model (~> 2.0.0) - couchrest_session_store (~> 0.2.1) + couchrest_session_store (~> 0.2.2) json rails (~> 3.2.11) PATH remote: help specs: - leap_web_help (0.2.5) - leap_web_core (= 0.2.5) + leap_web_help (0.2.8) + leap_web_core (= 0.2.8) PATH remote: users specs: - leap_web_users (0.2.5) - leap_web_core (= 0.2.5) + leap_web_users (0.2.8) + leap_web_core (= 0.2.8) rails_warden ruby-srp (~> 0.2.1) @@ -110,7 +110,7 @@ GEM couchrest (~> 1.1.3) mime-types (>= 1.15) tzinfo (>= 0.3.22) - couchrest_session_store (0.2.1) + couchrest_session_store (0.2.2) actionpack couchrest couchrest_model @@ -120,7 +120,7 @@ GEM debugger-linecache (~> 1.2.0) debugger-ruby_core_source (~> 1.2.3) debugger-linecache (1.2.0) - debugger-ruby_core_source (1.2.3) + debugger-ruby_core_source (1.2.4) erubis (2.7.0) eventmachine (1.0.3) execjs (2.0.2) |