You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/09/28 22:33:36 UTC

[couchdb] 01/01: Update meck to latest version 0.8.8

This is an automated email from the ASF dual-hosted git repository.

vatamane pushed a commit to branch update-meck-0.8.8
in repository https://gitbox.apache.org/repos/asf/couchdb.git

commit bd40ce116cc193730e44c1901bae6bcdfc878b5d
Author: Nick Vatamaniuc <va...@apache.org>
AuthorDate: Thu Sep 28 18:30:53 2017 -0400

    Update meck to latest version 0.8.8
    
    Folsom depended on 0.8.2 as well so had to update folsom and bump its tag.
---
 rebar.config.script     | 4 ++--
 src/fabric/rebar.config | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/rebar.config.script b/rebar.config.script
index 654fb2f..61c34fd 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -60,11 +60,11 @@ DepDescs = [
 {fauxton,          {url, "https://github.com/apache/couchdb-fauxton"},
                    {tag, "v1.1.13"}, [raw]},
 %% Third party deps
-{folsom,           "folsom",           {tag, "CouchDB-0.8.1"}},
+{folsom,           "folsom",           {tag, "CouchDB-0.8.2"}},
 {ibrowse,          "ibrowse",          {tag, "CouchDB-4.0.1"}},
 {jiffy,            "jiffy",            {tag, "CouchDB-0.14.11-1"}},
 {mochiweb,         "mochiweb",         {tag, "CouchDB-2.12.0-1"}},
-{meck,             "meck",             {tag, "0.8.2"}}
+{meck,             "meck",             {tag, "0.8.8"}}
 
 ],
 
diff --git a/src/fabric/rebar.config b/src/fabric/rebar.config
index ccfb9b4..df35ac6 100644
--- a/src/fabric/rebar.config
+++ b/src/fabric/rebar.config
@@ -11,5 +11,5 @@
 % the License.
 
 {deps, [
-    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.2"}}}
+    {meck, ".*", {git, "https://github.com/apache/couchdb-meck.git", {tag, "0.8.8"}}}
 ]}.

-- 
To stop receiving notification emails like this one, please contact
"commits@couchdb.apache.org" <co...@couchdb.apache.org>.