Skip to content

Commit

Permalink
Lock down fog-google version to 0.5.2
Browse files Browse the repository at this point in the history
PR fog/fog-google#222 broke snapshot listing in
our vcr cassettes which was released in 0.5.3.  Lock down fog-google to
0.5.2 until we re-record the cassette.
  • Loading branch information
agrare committed Jun 2, 2017
1 parent a5df9ca commit 75ec0aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manageiq-providers-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Gem::Specification.new do |s|

s.files = Dir["{app,config,lib}/**/*"]

s.add_dependency "fog-google", ">=0.5.2"
s.add_dependency "fog-google", "=0.5.2"
s.add_dependency "google-api-client", "~>0.8.6"

s.add_development_dependency "codeclimate-test-reporter", "~> 1.0.0"
Expand Down

0 comments on commit 75ec0aa

Please sign in to comment.