From ddd9484f128906620b37a1e432b1b77df35dd3a0 Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Thu, 14 Apr 2016 15:19:25 -0700 Subject: [PATCH] Pin google-api-client; sanitize Gemfile Change-Id: Ia48ba30aa328cd7c3547b3c5175c1107ac4a4074 --- Gemfile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Gemfile b/Gemfile index d69f807..4d6f71a 100644 --- a/Gemfile +++ b/Gemfile @@ -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