pgsync: 0.7.3 -> 0.7.4

This commit is contained in:
Mario Rodas 2023-03-10 04:20:00 +00:00
parent eba41c94b3
commit 48f91f22ae
2 changed files with 11 additions and 11 deletions

View File

@ -2,13 +2,13 @@ GEM
remote: https://rubygems.org/ remote: https://rubygems.org/
specs: specs:
parallel (1.22.1) parallel (1.22.1)
pg (1.4.5) pg (1.4.6)
pgsync (0.7.3) pgsync (0.7.4)
parallel parallel
pg (>= 0.18.2) pg (>= 0.18.2)
slop (>= 4.8.2) slop (>= 4.10.1)
tty-spinner tty-spinner
slop (4.10.0) slop (4.10.1)
tty-cursor (0.7.1) tty-cursor (0.7.1)
tty-spinner (0.9.3) tty-spinner (0.9.3)
tty-cursor (~> 0.7) tty-cursor (~> 0.7)
@ -20,4 +20,4 @@ DEPENDENCIES
pgsync pgsync
BUNDLED WITH BUNDLED WITH
2.3.7 2.4.6

View File

@ -14,10 +14,10 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1wd6nl81nbdwck04hccsm7wf23ghpi8yddd9j4rbwyvyj0sbsff1"; sha256 = "07m6lxljabw9kyww5k5lgsxsznsm1v5l14r1la09gqka9b5kv3yr";
type = "gem"; type = "gem";
}; };
version = "1.4.5"; version = "1.4.6";
}; };
pgsync = { pgsync = {
dependencies = ["parallel" "pg" "slop" "tty-spinner"]; dependencies = ["parallel" "pg" "slop" "tty-spinner"];
@ -25,20 +25,20 @@
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "18misp6iwjr3cd4jzhbnf2q058gnkxx27jx1b87z6p64bwkgr3x2"; sha256 = "1f2lzsa7l88skp18f8w1ch9w8a42pymc48rdaqjrrdgg0126kvj3";
type = "gem"; type = "gem";
}; };
version = "0.7.3"; version = "0.7.4";
}; };
slop = { slop = {
groups = ["default"]; groups = ["default"];
platforms = []; platforms = [];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "052mhd76f4dshc36f2bd5pp807lgnaj5i6ai8jg075384wcfhcpb"; sha256 = "1iyrjskgxyn8i1679qwkzns85p909aq77cgx2m4fs5ygzysj4hw4";
type = "gem"; type = "gem";
}; };
version = "4.10.0"; version = "4.10.1";
}; };
tty-cursor = { tty-cursor = {
groups = ["default"]; groups = ["default"];