Pin puppetlabs_spec_helper to 1.1.1

With the release of puppetlabs_spec_helper 1.2.0, it started pulling in
a gem that requires ruby >= 2.2.0. Since CI currently runs on ruby 2.1,
we need to pin to an older release of puppetlabs_spec_helper.

Change-Id: Iec7ce821de1f03dc8730ebc689b441f6e053f143
Related-Bug: #1616190
This commit is contained in:
Alex Schultz 2016-08-23 15:12:14 -06:00
parent 35844aca65
commit cbb21c3623
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper'
gem 'puppetlabs_spec_helper', '1.1.1'
gem 'puppet-lint', '~> 0.3.2'
gem 'rspec-puppet', '~> 2.4.0'
gem 'rspec-puppet-utils', '~> 2.0.0'