Pin google-api-client; sanitize Gemfile
Change-Id: Icf2aa6e7b44a0219e03cb9786726e0f6f9262a97
This commit is contained in:
parent
080f4bab6a
commit
3f1c21aecb
3
Gemfile
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user