From 3946360518f37b57f81bc6f9bccfb6311f5a9dee Mon Sep 17 00:00:00 2001 From: Gene Liverman Date: Sat, 6 May 2017 18:10:12 -0700 Subject: [PATCH] Added initial set of gems --- bin/puppet/Gemfile | 1 + bin/puppet/Gemfile.lock | 133 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 134 insertions(+) create mode 100644 bin/puppet/Gemfile.lock diff --git a/bin/puppet/Gemfile b/bin/puppet/Gemfile index 1b5d95a..4d2ba2a 100644 --- a/bin/puppet/Gemfile +++ b/bin/puppet/Gemfile @@ -19,6 +19,7 @@ group :development, :unit_tests do gem 'metadata-json-lint', '~> 1.0' gem 'puppet', puppetversion gem 'puppetlabs_spec_helper', '~> 1.1' + gem 'r10k', '~> 2.3' gem 'rspec-puppet', '~> 2.5' gem 'yamllint', '~> 0.0.9' diff --git a/bin/puppet/Gemfile.lock b/bin/puppet/Gemfile.lock new file mode 100644 index 0000000..784b71d --- /dev/null +++ b/bin/puppet/Gemfile.lock @@ -0,0 +1,133 @@ +GEM + remote: https://rubygems.org/ + specs: + colored (1.2) + cri (2.6.1) + colored (~> 1.2) + diff-lcs (1.3) + facter (2.4.6) + faraday (0.9.2) + multipart-post (>= 1.2, < 3) + faraday_middleware (0.10.1) + faraday (>= 0.7.4, < 1.0) + fast_gettext (1.1.0) + gettext (3.2.2) + locale (>= 2.0.5) + text (>= 1.3.0) + gettext-setup (0.24) + fast_gettext (~> 1.1.0) + gettext (>= 3.0.2) + locale + hiera (3.3.1) + json (2.1.0) + json_pure (2.1.0) + locale (2.1.2) + log4r (1.1.10) + metaclass (0.0.4) + metadata-json-lint (1.1.0) + json + semantic_puppet (>= 0.1.2, < 2.0.0) + spdx-licenses (~> 1.0) + minitar (0.5.4) + mocha (1.2.1) + metaclass (~> 0.0.1) + multi_json (1.12.1) + multipart-post (2.0.0) + puppet (4.5.3) + facter (> 2.0, < 4) + hiera (>= 2.0, < 4) + json_pure + puppet-lint (1.1.0) + puppet-lint-absolute_classname-check (0.2.4) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-absolute_template_path (1.0.1) + puppet-lint (>= 1.1, < 3.0) + puppet-lint-empty_string-check (0.2.2) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-leading_zero-check (0.1.1) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-resource_reference_syntax (1.0.10) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-spaceship_operator_without_tag-check (0.1.1) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-trailing_newline-check (1.1.0) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-undef_in_function-check (0.2.1) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-unquoted_string-check (0.3.0) + puppet-lint (>= 1.0, < 3.0) + puppet-lint-variable_contains_upcase (1.2.0) + puppet-lint (>= 1.0, < 3.0) + puppet-syntax (2.4.0) + rake + puppet_forge (2.2.4) + faraday (~> 0.9.0) + faraday_middleware (>= 0.9.0, < 0.11.0) + gettext-setup (~> 0.11) + minitar + semantic_puppet (~> 0.1.0) + puppetlabs_spec_helper (1.1.1) + mocha + puppet-lint + puppet-syntax + rake + rspec-puppet + r10k (2.5.4) + colored (= 1.2) + cri (~> 2.6.1) + gettext-setup (~> 0.5) + log4r (= 1.1.10) + minitar (= 0.5.4) + multi_json (~> 1.10) + puppet_forge (~> 2.2) + semantic_puppet (~> 0.1.0) + rake (12.0.0) + rspec (3.6.0) + rspec-core (~> 3.6.0) + rspec-expectations (~> 3.6.0) + rspec-mocks (~> 3.6.0) + rspec-core (3.6.0) + rspec-support (~> 3.6.0) + rspec-expectations (3.6.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.6.0) + rspec-mocks (3.6.0) + diff-lcs (>= 1.2.0, < 2.0) + rspec-support (~> 3.6.0) + rspec-puppet (2.5.0) + rspec + rspec-support (3.6.0) + semantic_puppet (0.1.4) + gettext-setup (>= 0.3) + spdx-licenses (1.1.0) + text (1.3.1) + trollop (2.1.2) + yamllint (0.0.9) + trollop (~> 2) + +PLATFORMS + ruby + +DEPENDENCIES + json (>= 2.0.2) + json_pure (>= 2.0.2) + metadata-json-lint (~> 1.0) + puppet (~> 4.0) + puppet-lint (~> 1.1) + puppet-lint-absolute_classname-check (~> 0.2) + puppet-lint-absolute_template_path (~> 1.0) + puppet-lint-empty_string-check (~> 0.2) + puppet-lint-leading_zero-check (~> 0.1) + puppet-lint-resource_reference_syntax (~> 1.0) + puppet-lint-spaceship_operator_without_tag-check (~> 0.1) + puppet-lint-trailing_newline-check (~> 1.0) + puppet-lint-undef_in_function-check (~> 0.2) + puppet-lint-unquoted_string-check (~> 0.3) + puppet-lint-variable_contains_upcase (~> 1.1) + puppetlabs_spec_helper (~> 1.1) + r10k (~> 2.3) + rspec-puppet (~> 2.5) + yamllint (~> 0.0.9) + +BUNDLED WITH + 1.14.6