Skip to content

Commit

Permalink
Pinning meck to 0.9.2.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Dec 17, 2024
1 parent 5f9f879 commit 4171a74
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion src/bookshelf/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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, ".*",
Expand Down
2 changes: 1 addition & 1 deletion src/oc_erchef/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -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"}}}
]},
Expand Down

0 comments on commit 4171a74

Please sign in to comment.