Skip to content

Instantly share code, notes, and snippets.

@disassembler
Created July 18, 2017 15:54
Show Gist options
  • Save disassembler/a84f26e8b2dc3b89b70c280ddb48163b to your computer and use it in GitHub Desktop.
Save disassembler/a84f26e8b2dc3b89b70c280ddb48163b to your computer and use it in GitHub Desktop.
source 'https://rubygems.org/'
gem 'hiera-eyaml', ">=1.3.8"
gem 'hiera-eyaml-gpg', ">=0.6"
gem 'gpgme', ">=2.0.12"
gem 'puppet', "<=4.10.4"
gem 'puppet-lint', "<=2.3.0"
GEM
remote: https://rubygems.org/
specs:
facter (2.4.6)
fast_gettext (1.1.0)
gettext (3.2.3)
locale (>= 2.0.5)
text (>= 1.3.0)
gettext-setup (0.26)
fast_gettext (~> 1.1.0)
gettext (>= 3.0.2)
locale
gpgme (2.0.13)
mini_portile2 (~> 2.1)
hiera (3.4.0)
hiera-eyaml (2.1.0)
highline (~> 1.6.19)
trollop (~> 2.0)
hiera-eyaml-gpg (0.6)
hiera-eyaml (>= 1.3.8)
highline (1.6.21)
json_pure (1.8.6)
locale (2.1.2)
mini_portile2 (2.2.0)
puppet (4.10.4)
facter (> 2.0, < 4)
gettext-setup (>= 0.10, < 1)
hiera (>= 2.0, < 4)
json_pure (~> 1.8)
locale (~> 2.1)
puppet-lint (2.3.0)
text (1.3.1)
trollop (2.1.2)
PLATFORMS
ruby
DEPENDENCIES
gpgme (>= 2.0.12)
hiera-eyaml (>= 1.3.8)
hiera-eyaml-gpg (>= 0.6)
puppet (<= 4.10.4)
puppet-lint (<= 2.3.0)
BUNDLED WITH
1.14.4
{
facter = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1zkq7la2vjb13xd1xpyn6yczdgwr07yxgi4bg2scs3smrpxwbzsn";
type = "gem";
};
version = "2.4.6";
};
fast_gettext = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0mxahyywhml3c206am11h6d93rk358l2vl0j764i8ndzir5z5h75";
type = "gem";
};
version = "1.1.0";
};
gettext = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0f7r0nirpmd4nbd2vf5hdf3pw939p4nlf9daym58i4s17cqn3qc5";
type = "gem";
};
version = "3.2.3";
};
gettext-setup = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1va884fnmabdzgg566wrh3700dwqigpgshqbj9hh4a25hrhssk20";
type = "gem";
};
version = "0.26";
};
gpgme = {
dependencies = ["mini_portile2"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1fclgx3pg3sihk9xn3amcf8db0q749dsqkycayn1c8x134zml3gb";
type = "gem";
};
version = "2.0.13";
};
hiera = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0n9462plk0gi4qqr8xn2qd93lnpzm1wxvh6dnnxlwna5ib6nq0wx";
type = "gem";
};
version = "3.4.0";
};
hiera-eyaml = {
dependencies = ["highline" "trollop"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "1h25pfv89macjf3sjdrx7slhlq1af4zybai42ci3gj02b6hli4a6";
type = "gem";
};
version = "2.1.0";
};
hiera-eyaml-gpg = {
dependencies = ["hiera-eyaml"];
source = {
remotes = ["https://rubygems.org"];
sha256 = "0sir2cv3ka8f7kv25pmlhj5bp4q4h5i5zdpi3bajkigr3pnhc323";
type = "gem";
};
version = "0.6";
};
highline = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "06bml1fjsnrhd956wqq5k3w8cyd09rv1vixdpa3zzkl6xs72jdn1";
type = "gem";
};
version = "1.6.21";
};
json_pure = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1vllrpm2hpsy5w1r7000mna2mhd7yfrmd8hi713lk0n9mv27bmam";
type = "gem";
};
version = "1.8.6";
};
locale = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1sls9bq4krx0fmnzmlbn64dw23c4d6pz46ynjzrn9k8zyassdd0x";
type = "gem";
};
version = "2.1.2";
};
mini_portile2 = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0g5bpgy08q0nc0anisg3yvwc1gc3inl854fcrg48wvg7glqd6dpm";
type = "gem";
};
version = "2.2.0";
};
puppet = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "03m9mi8ic0vjhya4d64dw0001imcbclcrs1vkrfy93hmaxmh29p4";
type = "gem";
};
version = "4.10.4";
};
puppet-lint = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1gz4d2kdl3cfakavqzriqbmdy5r1nj3sipgwb9cckqxk4bk3yf9r";
type = "gem";
};
version = "2.3.0";
};
text = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "1x6kkmsr49y3rnrin91rv8mpc3dhrf3ql08kbccw8yffq61brfrg";
type = "gem";
};
version = "1.3.1";
};
trollop = {
source = {
remotes = ["https://rubygems.org"];
sha256 = "0415y63df86sqj43c0l82and65ia5h64if7n0znkbrmi6y0jwhl8";
type = "gem";
};
version = "2.1.2";
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment