Merge pull request #220861 from marsam/update-pgsync

pgsync: 0.7.3 -> 0.7.4
This commit is contained in:
Mario Rodas 2023-03-13 07:24:14 -05:00 committed by GitHub
commit 5571b940ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 11 deletions

View file

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

View file

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