mirror of
https://github.com/genebean/dots.git
synced 2026-03-27 17:37:43 -04:00
Updated gems
This commit is contained in:
parent
6e4d63fd03
commit
48b87f7744
2 changed files with 38 additions and 36 deletions
17
Gemfile
17
Gemfile
|
|
@ -5,40 +5,39 @@ source 'https://rubygems.org'
|
|||
if ENV.key?('PUPPET_VERSION')
|
||||
puppetversion = ENV['PUPPET_VERSION'].to_s
|
||||
else
|
||||
puppetversion = ['~> 4.0']
|
||||
puppetversion = ['>= 4.9', '< 5']
|
||||
end
|
||||
# rubocop:enable ConditionalAssignment
|
||||
|
||||
group :production do
|
||||
gem 'os', '~> 1.0'
|
||||
gem 'puppet', puppetversion
|
||||
gem 'r10k', '~> 2.3'
|
||||
gem 'r10k', '~> 2.5'
|
||||
gem 'rugged', '~> 0.24'
|
||||
gem 'xmlrpc', '~> 0.3.0'
|
||||
end
|
||||
|
||||
group :development, :unit_tests do
|
||||
gem 'json', '>= 2.0.2'
|
||||
gem 'json_pure', '>= 2.0.2'
|
||||
gem 'metadata-json-lint', '~> 1.0'
|
||||
gem 'puppetlabs_spec_helper', '~> 1.1'
|
||||
gem 'metadata-json-lint', '~> 1.2'
|
||||
gem 'puppetlabs_spec_helper', '~> 2.1'
|
||||
gem 'rspec-puppet', '~> 2.5'
|
||||
gem 'rubocop', '~> 0.48'
|
||||
gem 'rubocop', '~> 0.49'
|
||||
gem 'tty-command', '~> 0.4'
|
||||
gem 'tty-file', '~> 0.3'
|
||||
gem 'tty-prompt', '~> 0.12'
|
||||
gem 'yamllint', '~> 0.0.9'
|
||||
|
||||
# puppet-lint and plugins
|
||||
gem 'puppet-lint', '~> 1.1'
|
||||
gem 'puppet-lint', '~> 2.2'
|
||||
gem 'puppet-lint-absolute_classname-check', '~> 0.2'
|
||||
gem 'puppet-lint-absolute_template_path', '~> 1.0'
|
||||
gem 'puppet-lint-empty_string-check', '~> 0.2'
|
||||
gem 'puppet-lint-leading_zero-check', '~> 0.1'
|
||||
gem 'puppet-lint-resource_reference_syntax', '~> 1.0'
|
||||
gem 'puppet-lint-spaceship_operator_without_tag-check', '~> 0.1'
|
||||
gem 'puppet-lint-trailing_newline-check', '~> 1.0'
|
||||
gem 'puppet-lint-trailing_newline-check', '~> 1.1'
|
||||
gem 'puppet-lint-undef_in_function-check', '~> 0.2'
|
||||
gem 'puppet-lint-unquoted_string-check', '~> 0.3'
|
||||
gem 'puppet-lint-variable_contains_upcase', '~> 1.1'
|
||||
gem 'puppet-lint-variable_contains_upcase', '~> 1.2'
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue