Aligning Gemfile with other projects

Part of the Trello card to align all Gemfile puppet-lint configuration.
https://trello.com/c/tC7ZhPtN

Change-Id: Ifbdcc33e36c1180f562529cbc10b3c40be461b30
This commit is contained in:
Clayton O'Neill 2015-02-19 16:27:46 -05:00
parent 51cd3b7ca9
commit 11151dfa75
1 changed files with 4 additions and 4 deletions

View File

@ -2,20 +2,20 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 1.1.0'
gem 'puppet-lint', '~> 1.1'
gem 'puppet-lint-param-docs', '1.1.0'
gem 'puppet-lint-absolute_classname-check'
gem 'puppet-lint-absolute_template_path'
gem 'puppet-lint-trailing_newline-check'
# Puppet 4.x related lint checks
gem 'puppet-lint-unquoted_string-check'
gem 'puppet-lint-leading_zero-check'
gem 'puppet-lint-variable_contains_upcase'
gem 'puppet-lint-numericvariable'
gem 'puppet-lint-param-docs'
gem 'rspec-puppet', '~> 1.0.1'
gem 'rake', '10.1.1'
gem 'rspec-puppet', '~> 1.0.1', :require => false
gem 'rspec', '< 2.99'
gem 'json'
gem 'webmock'