mirror of
https://github.com/fog/fog.git
synced 2022-11-09 13:51:43 -05:00
Update fog-brightbox requirement from ~> 0.4 to >= 0.4, < 2.0
Updates the requirements on [fog-brightbox](https://github.com/fog/fog-brightbox) to permit the latest version. - [Release notes](https://github.com/fog/fog-brightbox/releases) - [Changelog](https://github.com/fog/fog-brightbox/blob/master/CHANGELOG.md) - [Commits](https://github.com/fog/fog-brightbox/compare/v0.4.0...v1.4.0) Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
26ab3c3d1a
commit
bcb462efcd
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…
Reference in a new issue