Skip to content

Commit

Permalink
Relax fog-core constraint
Browse files Browse the repository at this point in the history
Relaxing the lower version constraint to be less restrictive in combinations with other providers.

Reference: ManageIQ/manageiq-providers-google#73
  • Loading branch information
Temikus committed Oct 4, 2018
1 parent 91daa9d commit d96ab29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-google.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = "~> 2.0"

# Locked until https://github.com/fog/fog-google/issues/417 is resolved
spec.add_dependency "fog-core", ">= 2.0", "<= 2.1.0"
spec.add_dependency "fog-core", "<= 2.1.0"
spec.add_dependency "fog-json", "~> 1.2.0"
spec.add_dependency "fog-xml", "~> 0.1.0"

Expand Down

0 comments on commit d96ab29

Please sign in to comment.