Skip to content

Commit

Permalink
Updated sqerl for TLS verify_ca verify mode
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <jashaik@progress.com>
  • Loading branch information
jashaik committed Jan 10, 2025
1 parent c6743c6 commit 43eb36a
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion src/bookshelf/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
{opscoderl_wm, ".*",
{git, "https://github.com/chef/opscoderl_wm", {branch, "main"}}},
{sqerl, ".*",
{git, "https://github.com/chef/sqerl", {branch, "main"}}},
{git, "https://github.com/chef/sqerl", {branch, "shahid/pg-password"}}},
{sync, ".*",
{git, "https://github.com/rustyio/sync", {branch, "master"}}}
]}.
Expand Down
2 changes: 1 addition & 1 deletion src/bookshelf/rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
1},
{<<"sqerl">>,
{git,"https://github.com/chef/sqerl",
{ref,"ebbe4c20ab5cd21041229d22dd60a6b38aa2930c"}},
{ref,"b8970faf1ce11975733d6672c27c60704bca6739"}},
0},
{<<"sync">>,
{git,"https://github.com/rustyio/sync",
Expand Down
2 changes: 1 addition & 1 deletion src/oc_bifrost/rebar.config
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
{opscoderl_wm, ".*",
{git, "https://github.com/chef/opscoderl_wm", {branch, "main"}}},
{sqerl, ".*",
{git, "https://github.com/chef/sqerl", {branch, "main"}}},
{git, "https://github.com/chef/sqerl", {branch, "shahid/pg-password"}}},
{stats_hero, ".*",
{git, "https://github.com/chef/stats_hero", {branch, "main"}}},
{sync, ".*",
Expand Down
2 changes: 1 addition & 1 deletion src/oc_bifrost/rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
1},
{<<"sqerl">>,
{git,"https://github.com/chef/sqerl",
{ref,"ebbe4c20ab5cd21041229d22dd60a6b38aa2930c"}},
{ref,"b8970faf1ce11975733d6672c27c60704bca6739"}},
0},
{<<"stats_hero">>,
{git,"https://github.com/chef/stats_hero",
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 @@ -61,7 +61,7 @@
{prometheus, ".*",
{git, "https://github.com/deadtrickster/prometheus.erl", {tag, "v4.6.0"}}},
{sqerl, ".*",
{git, "https://github.com/chef/sqerl", {branch, "main"}}},
{git, "https://github.com/chef/sqerl", {branch, "shahid/pg-password"}}},
{stats_hero, ".*",
{git, "https://github.com/chef/stats_hero", {branch, "main"}}},
{sync, ".*",
Expand Down
2 changes: 1 addition & 1 deletion src/oc_erchef/rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@
1},
{<<"sqerl">>,
{git,"https://github.com/chef/sqerl",
{ref,"ebbe4c20ab5cd21041229d22dd60a6b38aa2930c"}},
{ref,"b8970faf1ce11975733d6672c27c60704bca6739"}},
0},
{<<"stats_hero">>,
{git,"https://github.com/chef/stats_hero",
Expand Down

0 comments on commit 43eb36a

Please sign in to comment.