summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Vatamaniuc <vatamane@apache.org>2017-09-28 18:30:53 -0400
committerNick Vatamaniuc <vatamane@apache.org>2017-09-28 18:33:30 -0400
commitbd40ce116cc193730e44c1901bae6bcdfc878b5d (patch)
treebc95ee9478be698b20689a41bc50b4af17f84e8f
parentd04038a01d45206b161625a384e21169dbfc2e4e (diff)
downloadcouchdb-update-meck-0.8.8.tar.gz
Update meck to latest version 0.8.8update-meck-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"}}}
]}.