Merge "Unpin fog-google gem"

This commit is contained in:
Jenkins 2016-03-23 14:18:51 +00:00 committed by Gerrit Code Review
commit 0eb58ed848
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