summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2017-09-28 18:30:53 -0400
committerJoan Touzet <wohali@users.noreply.github.com>2017-10-19 19:13:25 -0400
commit7a4cb799a628b054082aa511893400c6da063c39 (patch)
treec6b45f678252f747f81073bbe55b5ca738812c0b
parent87555e163f61345f6c7b5bcf1076dccbff0b6255 (diff)
downloadcouchdb-7a4cb799a628b054082aa511893400c6da063c39.tar.gz
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.
-rw-r--r--rebar.config.script4
-rw-r--r--src/fabric/rebar.config2
2 files changed, 3 insertions, 3 deletions
diff --git a/rebar.config.script b/rebar.config.script
index 654fb2f12..61c34fd00 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 ccfb9b435..df35ac639 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"}}}
]}.