Merge pull request #317715 from anthonyroussel/update/pdk
pdk: 3.0.1 -> 3.2.0
This commit is contained in:
commit
9fbc7e2fc5
@ -1,2 +1,2 @@
|
|||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
gem 'pdk', '3.0.1'
|
gem 'pdk', '3.2.0'
|
||||||
|
@ -4,35 +4,26 @@ GEM
|
|||||||
addressable (2.8.6)
|
addressable (2.8.6)
|
||||||
public_suffix (>= 2.0.2, < 6.0)
|
public_suffix (>= 2.0.2, < 6.0)
|
||||||
childprocess (4.1.0)
|
childprocess (4.1.0)
|
||||||
concurrent-ruby (1.1.10)
|
|
||||||
cri (2.15.11)
|
cri (2.15.11)
|
||||||
deep_merge (1.2.2)
|
deep_merge (1.2.2)
|
||||||
diff-lcs (1.5.1)
|
diff-lcs (1.5.1)
|
||||||
facter (4.6.1)
|
ffi (1.17.0)
|
||||||
hocon (~> 1.3)
|
|
||||||
thor (>= 1.0.1, < 2.0)
|
|
||||||
ffi (1.16.3)
|
|
||||||
hitimes (2.0.0)
|
hitimes (2.0.0)
|
||||||
hocon (1.4.0)
|
json-schema (4.3.0)
|
||||||
httpclient (2.8.3)
|
|
||||||
json-schema (4.2.0)
|
|
||||||
addressable (>= 2.8)
|
addressable (>= 2.8)
|
||||||
json_pure (2.6.3)
|
json_pure (2.6.3)
|
||||||
minitar (0.9)
|
minitar (0.9)
|
||||||
pastel (0.8.0)
|
pastel (0.8.0)
|
||||||
tty-color (~> 0.5)
|
tty-color (~> 0.5)
|
||||||
pathspec (1.1.3)
|
pathspec (1.1.3)
|
||||||
pdk (3.0.1)
|
pdk (3.2.0)
|
||||||
bundler (>= 2.1.0, < 3.0.0)
|
bundler (>= 2.1.0, < 3.0.0)
|
||||||
childprocess (~> 4.1.0)
|
childprocess (~> 4.1.0)
|
||||||
concurrent-ruby (= 1.1.10)
|
|
||||||
cri (~> 2.15.11)
|
cri (~> 2.15.11)
|
||||||
deep_merge (~> 1.2.2)
|
deep_merge (~> 1.2.2)
|
||||||
diff-lcs (>= 1.5.0)
|
diff-lcs (>= 1.5.0)
|
||||||
facter (~> 4.0)
|
|
||||||
ffi (>= 1.15.5, < 2.0.0)
|
ffi (>= 1.15.5, < 2.0.0)
|
||||||
hitimes (= 2.0.0)
|
hitimes (= 2.0.0)
|
||||||
httpclient (~> 2.8.3)
|
|
||||||
json-schema (~> 4.0)
|
json-schema (~> 4.0)
|
||||||
json_pure (~> 2.6.3)
|
json_pure (~> 2.6.3)
|
||||||
minitar (~> 0.8)
|
minitar (~> 0.8)
|
||||||
@ -40,8 +31,7 @@ GEM
|
|||||||
tty-prompt (~> 0.23)
|
tty-prompt (~> 0.23)
|
||||||
tty-spinner (~> 0.9)
|
tty-spinner (~> 0.9)
|
||||||
tty-which (~> 0.5)
|
tty-which (~> 0.5)
|
||||||
public_suffix (5.0.4)
|
public_suffix (5.0.5)
|
||||||
thor (1.3.1)
|
|
||||||
tty-color (0.6.0)
|
tty-color (0.6.0)
|
||||||
tty-cursor (0.7.1)
|
tty-cursor (0.7.1)
|
||||||
tty-prompt (0.23.1)
|
tty-prompt (0.23.1)
|
||||||
@ -61,7 +51,7 @@ PLATFORMS
|
|||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
pdk (= 3.0.1)
|
pdk (= 3.2.0)
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.5.6
|
2.5.9
|
||||||
|
@ -20,16 +20,6 @@
|
|||||||
};
|
};
|
||||||
version = "4.1.0";
|
version = "4.1.0";
|
||||||
};
|
};
|
||||||
concurrent-ruby = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "0s4fpn3mqiizpmpy2a24k4v365pv75y50292r8ajrv4i1p5b2k14";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.1.10";
|
|
||||||
};
|
|
||||||
cri = {
|
cri = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
@ -60,26 +50,15 @@
|
|||||||
};
|
};
|
||||||
version = "1.5.1";
|
version = "1.5.1";
|
||||||
};
|
};
|
||||||
facter = {
|
|
||||||
dependencies = ["hocon" "thor"];
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "0pxpldfcf40dr9khra3sa131ij7gzd97bba2vpw89c785pl736a7";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "4.6.1";
|
|
||||||
};
|
|
||||||
ffi = {
|
ffi = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1yvii03hcgqj30maavddqamqy50h7y6xcn2wcyq72wn823zl4ckd";
|
sha256 = "07139870npj59jnl8vmk39ja3gdk3fb5z9vc0lf32y2h891hwqsi";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "1.16.3";
|
version = "1.17.0";
|
||||||
};
|
};
|
||||||
hitimes = {
|
hitimes = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
@ -91,36 +70,16 @@
|
|||||||
};
|
};
|
||||||
version = "2.0.0";
|
version = "2.0.0";
|
||||||
};
|
};
|
||||||
hocon = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "106dmzsl1bxkqw5xaif012nwwfr3k9wff32cqc77ibjngknj6477";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.4.0";
|
|
||||||
};
|
|
||||||
httpclient = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "19mxmvghp7ki3klsxwrlwr431li7hm1lczhhj8z4qihl2acy8l99";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "2.8.3";
|
|
||||||
};
|
|
||||||
json-schema = {
|
json-schema = {
|
||||||
dependencies = ["addressable"];
|
dependencies = ["addressable"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1h23nlk1a5xg7ayayzkanrgy3s5sk57vmc3awqbplqwzf8827rdd";
|
sha256 = "1ljqbpjc5aa8a2cgq8f64iwbx7rr9dqvpk7v8n5jpslyz6mvyddc";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "4.2.0";
|
version = "4.3.0";
|
||||||
};
|
};
|
||||||
json_pure = {
|
json_pure = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
@ -164,35 +123,25 @@
|
|||||||
version = "1.1.3";
|
version = "1.1.3";
|
||||||
};
|
};
|
||||||
pdk = {
|
pdk = {
|
||||||
dependencies = ["childprocess" "concurrent-ruby" "cri" "deep_merge" "diff-lcs" "facter" "ffi" "hitimes" "httpclient" "json-schema" "json_pure" "minitar" "pathspec" "tty-prompt" "tty-spinner" "tty-which"];
|
dependencies = ["childprocess" "cri" "deep_merge" "diff-lcs" "ffi" "hitimes" "json-schema" "json_pure" "minitar" "pathspec" "tty-prompt" "tty-spinner" "tty-which"];
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1imb1bqda7xxq38r2fvq9qphr4d1shy7c2v1agw50a736g4346x2";
|
sha256 = "1avc2dgcdi9l6xam9crka790jhpx04536387f1vq2p9yqpr5lw7h";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "3.0.1";
|
version = "3.2.0";
|
||||||
};
|
};
|
||||||
public_suffix = {
|
public_suffix = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
platforms = [];
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1bni4qjrsh2q49pnmmd6if4iv3ak36bd2cckrs6npl111n769k9m";
|
sha256 = "14y4vzjwf5gp0mqgs880kis0k7n2biq8i6ci6q2n315kichl1hvj";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "5.0.4";
|
version = "5.0.5";
|
||||||
};
|
|
||||||
thor = {
|
|
||||||
groups = ["default"];
|
|
||||||
platforms = [];
|
|
||||||
source = {
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "1vq1fjp45az9hfp6fxljhdrkv75cvbab1jfrwcw738pnsiqk8zps";
|
|
||||||
type = "gem";
|
|
||||||
};
|
|
||||||
version = "1.3.1";
|
|
||||||
};
|
};
|
||||||
tty-color = {
|
tty-color = {
|
||||||
groups = ["default"];
|
groups = ["default"];
|
||||||
|
Loading…
Reference in New Issue
Block a user