mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Merge pull request #4033 from fog/dependabot/bundler/fog-brightbox-gte-0.4-and-lt-2.0
Update fog-brightbox requirement from ~> 0.4 to >= 0.4, < 2.0
This commit is contained in:
commit
233c8f818c
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ Gem::Specification.new do |s|
|
|||
s.add_dependency("fog-aliyun",">= 0.1.0")
|
||||
s.add_dependency("fog-atmos")
|
||||
s.add_dependency("fog-aws", ">= 0.6.0")
|
||||
s.add_dependency("fog-brightbox", "~> 0.4")
|
||||
s.add_dependency("fog-brightbox", ">= 0.4", "< 2.0")
|
||||
s.add_dependency("fog-cloudatcost", "~> 0.4")
|
||||
s.add_dependency("fog-cloudstack", "~> 0.1.0")
|
||||
s.add_dependency("fog-digitalocean", ">= 0.3.0")
|
||||
|
|
Loading…
Add table
Reference in a new issue