Revert "Pin puppetlabs_spec_helper to 1.1.1"

This reverts commit 59e3f2c696.

Change-Id: I93c900177f0929604b6522b3b9aa40ff56dc8083
This commit is contained in:
Emilien Macchi 2016-08-24 00:59:38 +00:00
parent 59e3f2c696
commit 2dd116789c
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
# puppetlabs_spec_helper 1.2.0 pulled in a gem with ruby >= 2.2 requirements
# but CI has ruby 2.0.0.
gem 'puppetlabs_spec_helper', '1.1.1', :require => 'false'
gem 'puppetlabs_spec_helper', :require => false
gem 'puppet-lint', '~> 1.1'
gem 'puppet-lint-absolute_classname-check'