Skip to content

Commit

Permalink
Updated sqerl library for PG17
Browse files Browse the repository at this point in the history
Signed-off-by: jan shahid shaik <[email protected]>
  • Loading branch information
jashaik committed Dec 5, 2024
1 parent 13c5deb commit 85ffce2
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
override :perl, version: "5.34.0"
override :redis, version: "5.0.14"
override :runit, version: "2.1.1" #standalone upgrade is failing, Needs to be reverted to 2.1.2 after fixing the umbrella
override :sqitch, version: "1.4.0"
override :sqitch, version: "0.973"

override :logrotate, version: "3.19.0"

Expand Down
4 changes: 2 additions & 2 deletions src/bookshelf/rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
0},
{<<"epgsql">>,
{git,"https://github.com/chef/epgsql-1.git",
{ref,"34b4182f0e21f9189ddd7b2e290f01a9e7d93bf1"}},
{branch,"CHEF-11677/CHEF-12498/lbaker"}},
1},
{<<"erlcloud">>,
{git,"https://github.com/chef/erlcloud",
Expand Down Expand Up @@ -104,7 +104,7 @@
1},
{<<"sqerl">>,
{git,"https://github.com/chef/sqerl",
{ref,"ebbe4c20ab5cd21041229d22dd60a6b38aa2930c"}},
{branch,"CHEF-11677/CHEF-12498/lbaker"}},
0},
{<<"sync">>,
{git,"https://github.com/rustyio/sync",
Expand Down
4 changes: 2 additions & 2 deletions src/oc_bifrost/rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
0},
{<<"epgsql">>,
{git,"https://github.com/chef/epgsql-1.git",
{ref,"34b4182f0e21f9189ddd7b2e290f01a9e7d93bf1"}},
{branch,"CHEF-11677/CHEF-12498/lbaker"}},
1},
{<<"fs">>,
{git,"https://github.com/synrc/fs",
Expand Down Expand Up @@ -68,7 +68,7 @@
1},
{<<"sqerl">>,
{git,"https://github.com/chef/sqerl",
{ref,"ebbe4c20ab5cd21041229d22dd60a6b38aa2930c"}},
{branch,"CHEF-11677/CHEF-12498/lbaker"}},
0},
{<<"stats_hero">>,
{git,"https://github.com/chef/stats_hero",
Expand Down
6 changes: 3 additions & 3 deletions src/oc_erchef/rebar.lock
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
{git,"https://github.com/massemanet/eper",
{ref,"17b0f97ea8287b72e8ebbe7132214db182ff1a1d"}},
0},
{<<"epgsql">>,
{<<"epgsql">>,
{git,"https://github.com/chef/epgsql-1.git",
{ref,"34b4182f0e21f9189ddd7b2e290f01a9e7d93bf1"}},
{branch,"CHEF-11677/CHEF-12498/lbaker"}},
1},
{<<"erlcloud">>,
{git,"https://github.com/chef/erlcloud",
Expand Down Expand Up @@ -156,7 +156,7 @@
1},
{<<"sqerl">>,
{git,"https://github.com/chef/sqerl",
{ref,"ebbe4c20ab5cd21041229d22dd60a6b38aa2930c"}},
{branch,"CHEF-11677/CHEF-12498/lbaker"}},
0},
{<<"stats_hero">>,
{git,"https://github.com/chef/stats_hero",
Expand Down

0 comments on commit 85ffce2

Please sign in to comment.