Pin google-api-client; sanitize Gemfile
Change-Id: I2494450fc96230b069595e79657ce38286aeff6e
This commit is contained in:
parent
bfe2669891
commit
173da20679
7
Gemfile
7
Gemfile
@ -3,6 +3,9 @@ source 'https://rubygems.org'
|
|||||||
group :development, :test do
|
group :development, :test do
|
||||||
gem 'puppetlabs_spec_helper', :require => false
|
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'
|
gem 'metadata-json-lint'
|
||||||
# This is nice and all, but let's not worry about it until we've actually
|
# This is nice and all, but let's not worry about it until we've actually
|
||||||
# got puppet 4.x sorted
|
# got puppet 4.x sorted
|
||||||
@ -16,7 +19,6 @@ group :development, :test do
|
|||||||
gem 'puppet-lint-empty_string-check'
|
gem 'puppet-lint-empty_string-check'
|
||||||
gem 'puppet-lint-leading_zero-check'
|
gem 'puppet-lint-leading_zero-check'
|
||||||
gem 'puppet-lint-variable_contains_upcase'
|
gem 'puppet-lint-variable_contains_upcase'
|
||||||
gem 'puppet-lint-numericvariable'
|
|
||||||
gem 'puppet-lint-spaceship_operator_without_tag-check'
|
gem 'puppet-lint-spaceship_operator_without_tag-check'
|
||||||
gem 'puppet-lint-undef_in_function-check'
|
gem 'puppet-lint-undef_in_function-check'
|
||||||
|
|
||||||
@ -25,7 +27,10 @@ group :development, :test do
|
|||||||
else
|
else
|
||||||
gem 'puppet', '~> 3.0', :require => false
|
gem 'puppet', '~> 3.0', :require => false
|
||||||
end
|
end
|
||||||
|
end
|
||||||
|
|
||||||
|
group :system_tests do
|
||||||
|
gem 'beaker-rspec', :require => false
|
||||||
end
|
end
|
||||||
|
|
||||||
# vim:ft=ruby
|
# vim:ft=ruby
|
||||||
|
Loading…
Reference in New Issue
Block a user