Unpin fog-google gem

There is no longer any need to pin fog-google since beaker is already
pinning it[1]. Moreover one of its dependencies seems to be trying to
pull in a version of mime-types-data that does not work on ruby 1.9,
causing test failures[2].

[1] https://github.com/puppetlabs/beaker/blob/master/beaker.gemspec#L55
[2] http://logs.openstack.org/49/268349/1/check/gate-puppet-gerrit-puppet-beaker-rspec-dsvm-trusty-nv/a0427d9/console.html#_2016-01-15_22_10_36_954

Change-Id: I969b8c077b2b169f6fe65cb9c1256d043dd66e56
This commit is contained in:
Colleen Murphy 2016-01-15 16:53:39 -08:00
parent 185f87b585
commit b2fcebddbd
1 changed files with 0 additions and 3 deletions

View File

@ -30,9 +30,6 @@ end
group :system_tests do
gem 'beaker-rspec', :require => false
# Workaround for fog-google requiring ruby 2.0 on latest version
# https://github.com/fog/fog-google/commit/a66b16fa7c2373f9c8be2e80bc942ad8d13ece3f
gem 'fog-google', '0.1.0'
end
# vim:ft=ruby