1
0
Fork 0
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:
dependabot[bot] 2021-03-21 14:24:06 +00:00 committed by GitHub
parent 26ab3c3d1a
commit bcb462efcd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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")