diff options
author | Azul <azul@riseup.net> | 2016-03-23 21:35:08 +0100 |
---|---|---|
committer | Azul <azul@riseup.net> | 2016-05-02 08:19:20 -0300 |
commit | abf600089a4bc4b5c7271e17b1fd95a95deb293f (patch) | |
tree | cf115b1bfaa85f8c5793e20258705d253478399e /Gemfile.lock | |
parent | 5407ef5b377a205f6012b2d6725b810eff93d9e6 (diff) |
upgrade: couchrest 2.0.0.rc3 couchrest model 2.1.0.beta2
The latter supports Active Model >= 4.1
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 3344b5c..0d18875 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -95,14 +95,13 @@ GEM cliver (0.3.2) coderay (1.1.1) concurrent-ruby (1.0.1) - couchrest (1.1.3) - mime-types (~> 1.15) - multi_json (~> 1.0) - rest-client (~> 1.6.1) - couchrest_model (2.0.1) - activemodel (>= 3.0) - couchrest (~> 1.1.3) + couchrest (2.0.0.rc3) + httpclient (~> 2.7) mime-types (>= 1.15) + multi_json (~> 1.7) + couchrest_model (2.1.0.beta2) + activemodel (~> 4.0) + couchrest (= 2.0.0.rc3) tzinfo (>= 0.3.22) couchrest_session_store (0.4.1) actionpack (~> 4.0) @@ -161,6 +160,7 @@ GEM nokogiri (~> 1.6.0) ruby_parser (~> 3.5) http_accept_language (2.0.5) + httpclient (2.8.0) i18n (0.7.0) i18n-missing_translations (0.0.1) jquery-rails (4.1.1) @@ -182,7 +182,9 @@ GEM mime-types (>= 1.16, < 4) metaclass (0.0.4) method_source (0.8.2) - mime-types (1.25.1) + mime-types (3.0) + mime-types-data (~> 3.2015) + mime-types-data (3.2016.0221) mini_portile2 (2.0.0) minitest (5.8.4) minitest-stub-const (0.5) @@ -243,8 +245,6 @@ GEM rdiscount (2.1.8) ref (2.0.0) regexp_parser (0.3.3) - rest-client (1.6.9) - mime-types (~> 1.16) ruby-srp (0.2.1) ruby_parser (3.8.1) sexp_processor (~> 4.1) @@ -312,8 +312,8 @@ DEPENDENCIES client_side_validations client_side_validations-simple_form common_languages! - couchrest (~> 1.1.3) - couchrest_model (~> 2.0.0) + couchrest (~> 2.0.0.rc3) + couchrest_model (~> 2.1.0.beta2) couchrest_session_store (~> 0.4.1) cucumber-rails factory_girl_rails |