This is an automated email from the ASF dual-hosted git repository.
nickva pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/couchdb.git
The following commit(s) were added to refs/heads/main by this push:
new f5d5bdfc0 Update gun to 2.5.0
f5d5bdfc0 is described below
commit f5d5bdfc07e68bd774e6e394718872cc02355eda
Author: Nick Vatamaniuc <[email protected]>
AuthorDate: Wed Jul 29 03:10:22 2026 -0400
Update gun to 2.5.0
Changelog:
https://github.com/apache/couchdb-gun/compare/CouchDB-2.4.1-1...CouchDB-2.5.0-1
---
rebar.config.script | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rebar.config.script b/rebar.config.script
index d0c3fdea5..bba869b40 100644
--- a/rebar.config.script
+++ b/rebar.config.script
@@ -160,7 +160,7 @@ DepDescs = [
{fauxton, {url, "https://github.com/apache/couchdb-fauxton"},
{tag, "v1.3.6"}, [raw]},
{ibrowse, "ibrowse", {tag, "CouchDB-4.5.0-1"}},
-{gun, "gun", {tag, "CouchDB-2.4.1-1"}},
+{gun, "gun", {tag, "CouchDB-2.5.0-1"}},
{jiffy, "jiffy", {tag, "2.0.2"}},
{mochiweb, "mochiweb", {tag, "v3.4.0"}},
{meck, "meck", {tag, "v1.1.1"}},