mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 09:27:44 -04:00
Added initial set of gems
This commit is contained in:
parent
d883490a91
commit
3946360518
2 changed files with 134 additions and 0 deletions
133
bin/puppet/Gemfile.lock
Normal file
133
bin/puppet/Gemfile.lock
Normal file
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue