Skip to content

Commit

Permalink
Bump fog-google to 1.4
Browse files Browse the repository at this point in the history
Necessary upstream update to work properly with Ruby 2.4+ on some
platforms.

Fixes #201
  • Loading branch information
Temikus committed Jun 8, 2018
1 parent 417f16f commit 8fbd893
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vagrant-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Gem::Specification.new do |s|
s.required_rubygems_version = ">= 1.3.6"
s.rubyforge_project = "vagrant-google"

s.add_runtime_dependency "fog-google", "~> 1.3"
s.add_runtime_dependency "fog-google", "~> 1.4"

# This is a restriction to avoid errors on `failure_message_for_should`
# TODO: revise after vagrant_spec goes past >0.0.1 (at master@e623a56)
Expand Down

0 comments on commit 8fbd893

Please sign in to comment.