Fix tests in the CI

puppet-lint installed from the master branch breaks the CI. This change
uses the official gem instead because the latest version now includes
the bug fix that wasn't released before.

Change-Id: I646176e30494cf1e8fac97c6ecebb3899ade8107
(cherry picked from commit 93129efdd0)
This commit is contained in:
Simon Pasquier 2016-10-07 10:34:02 +02:00
parent 05c51c6e35
commit 4274de5766
3 changed files with 0 additions and 9 deletions

View File

@ -18,7 +18,4 @@ group :development, :test do
gem "puppet", ENV['PUPPET_VERSION'] || '~> 3.4.0'
# Newer puppetlabs_spec_helper depends on rubocop-rspec that requires ruby >= 2.2.0
gem 'puppetlabs_spec_helper', '~> 1.1.1'
# Need to use master branch of puppet-lint because of
# https://github.com/rodjek/puppet-lint/issues/472
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
end

View File

@ -22,7 +22,4 @@ group :development, :test do
# Newer puppetlabs_spec_helper depends on rubocop-rspec that requires ruby >= 2.2.0
gem 'puppetlabs_spec_helper', '~> 1.1.1'
gem 'metadata-json-lint'
# Need to use master branch of puppet-lint because of
# https://github.com/rodjek/puppet-lint/issues/472
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
end

View File

@ -22,7 +22,4 @@ group :development, :test do
# Newer puppetlabs_spec_helper depends on rubocop-rspec that requires ruby >= 2.2.0
gem 'puppetlabs_spec_helper', '~> 1.1.1'
gem 'metadata-json-lint'
# Need to use master branch of puppet-lint because of
# https://github.com/rodjek/puppet-lint/issues/472
gem 'puppet-lint', :git => 'https://github.com/rodjek/puppet-lint.git'
end