Pin google-api-client; sanitize Gemfile

Change-Id: Icf2aa6e7b44a0219e03cb9786726e0f6f9262a97
This commit is contained in:
Spencer Krum 2016-04-14 15:19:28 -07:00
parent 080f4bab6a
commit 3f1c21aecb
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