Pin google-api-client; sanitize Gemfile

Change-Id: Iba61154ebe4d68dd8a1e85269091cd27d65f9322
This commit is contained in:
Spencer Krum 2016-04-14 15:18:41 -07:00
parent 9bb4ed673e
commit 8b92aa9775
1 changed files with 3 additions and 0 deletions

View File

@ -3,6 +3,9 @@ source 'https://rubygems.org'
group :development, :test do
gem 'puppetlabs_spec_helper', :require => false
# Pin google-api-client after it released a ruby 2.0 only version
gem 'google-api-client', '0.9.4'
gem 'metadata-json-lint'
# This is nice and all, but let's not worry about it until we've actually
# got puppet 4.x sorted