From 4171a74ab5f243251fde7c24bc66fc178e5d2b04 Mon Sep 17 00:00:00 2001 From: sreepuramsudheer Date: Tue, 17 Dec 2024 05:06:20 +0530 Subject: [PATCH] Pinning meck to 0.9.2. Signed-off-by: sreepuramsudheer --- src/bookshelf/rebar.config | 3 ++- src/oc_erchef/rebar.config | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/bookshelf/rebar.config b/src/bookshelf/rebar.config index bbd193b19e..c76fd0acd1 100644 --- a/src/bookshelf/rebar.config +++ b/src/bookshelf/rebar.config @@ -27,7 +27,8 @@ {iso8601, ".*", {git, "https://github.com/erlsci/iso8601", {tag, "1.2.3"}}}, {meck, ".*", - {git, "https://github.com/eproxus/meck", {branch, "master"}}}, + %% NOTE: Pinning version as main branch wants minimum_otp_vsn as 25 and we are currently at 24. + {git, "https://github.com/eproxus/meck", {ref, "5aaa24886db404f995c9a91b421367f6bfe6e566"}}}, {mini_s3, ".*", {git, "https://github.com/chef/mini_s3", {branch, "main"}}}, {mixer, ".*", diff --git a/src/oc_erchef/rebar.config b/src/oc_erchef/rebar.config index ff9336f9a0..fa4efe8585 100644 --- a/src/oc_erchef/rebar.config +++ b/src/oc_erchef/rebar.config @@ -116,7 +116,7 @@ {deps, [ meck, {automeck, - {git, "https://github.com/chef/automeck", {branch, "master"}}}, + {git, "https://github.com/chef/automeck", {branch, "otp_24"}}}, %% NOTE: PROPER IS GPL V3, IT MUST REMAIN A TEST ONLY DEP. (Unpin once we're on R19, as proper now requires a recent erlang) {proper, {git, "https://github.com/manopapad/proper", {ref, "cb73e68ad5b46ec11b0accc5c724647556a276a0"}}} ]},