hiera-eyaml: 2.1.0 -> 3.0.0 (#65692)
This commit is contained in:
parent
c4ce832eeb
commit
c2c77e7824
3 changed files with 16 additions and 11 deletions
|
@ -1,3 +1,3 @@
|
||||||
source 'https://rubygems.org'
|
source 'https://rubygems.org'
|
||||||
|
|
||||||
gem 'hiera-eyaml', '2.1.0'
|
gem 'hiera-eyaml'
|
||||||
|
|
|
@ -1,17 +1,17 @@
|
||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
hiera-eyaml (2.1.0)
|
hiera-eyaml (3.0.0)
|
||||||
highline (~> 1.6.19)
|
highline (~> 1.6.19)
|
||||||
trollop (~> 2.0)
|
optimist
|
||||||
highline (1.6.21)
|
highline (1.6.21)
|
||||||
trollop (2.1.2)
|
optimist (3.0.0)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
ruby
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
hiera-eyaml (= 2.1.0)
|
hiera-eyaml
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
1.11.2
|
1.17.2
|
||||||
|
|
|
@ -1,11 +1,14 @@
|
||||||
{
|
{
|
||||||
hiera-eyaml = {
|
hiera-eyaml = {
|
||||||
|
dependencies = ["highline" "optimist"];
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1h25pfv89macjf3sjdrx7slhlq1af4zybai42ci3gj02b6hli4a6";
|
sha256 = "049rxnwyivqgyjl0sjg7cb2q44ic0wsml288caspd1ps8v31gl18";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.1.0";
|
version = "3.0.0";
|
||||||
};
|
};
|
||||||
highline = {
|
highline = {
|
||||||
source = {
|
source = {
|
||||||
|
@ -15,12 +18,14 @@
|
||||||
};
|
};
|
||||||
version = "1.6.21";
|
version = "1.6.21";
|
||||||
};
|
};
|
||||||
trollop = {
|
optimist = {
|
||||||
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
|
sha256 = "05jxrp3nbn5iilc1k7ir90mfnwc5abc9h78s5rpm3qafwqxvcj4j";
|
||||||
type = "gem";
|
type = "gem";
|
||||||
};
|
};
|
||||||
version = "2.1.2";
|
version = "3.0.0";
|
||||||
};
|
};
|
||||||
}
|
}
|
Loading…
Reference in a new issue