Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

Commit

Permalink
Merge "Revert "Pin puppet-lint-absolute_classname-check to 0.1.3""
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins authored and openstack-gerrit committed Jun 27, 2016
2 parents ea92531 + c6ba5c8 commit afa90b7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ group :development, :test do
gem 'rspec-puppet', '~> 2.2.0', :require => 'false'
gem 'metadata-json-lint', :require => 'false'
gem 'puppet-lint-param-docs', :require => 'false'
gem 'puppet-lint-absolute_classname-check', :require => 'false'
gem 'puppet-lint-absolute_template_path', :require => 'false'
gem 'puppet-lint-trailing_newline-check', :require => 'false'
gem 'puppet-lint-unquoted_string-check', :require => 'false'
Expand All @@ -16,8 +17,6 @@ group :development, :test do
# https://github.com/bundler/bundler/issues/2068
# TODO: drop it in a future release of 'bundle'.
gem 'psych', :require => 'false'
# https://github.com/voxpupuli/puppet-lint-absolute_classname-check/issues/6
gem 'puppet-lint-absolute_classname-check', '0.1.3', :require => 'false'
end

group :system_tests do
Expand Down

0 comments on commit afa90b7

Please sign in to comment.