consider setting a looser requirement on fog
fog already recommends ~> 1.0 and follows Semantic Versioning. https://github.com/fog/fog/ debian already have 1.32. Can you set fog version to ~> 1.32?
Do not update/delete: Banner broadcast message test data
Do not update/delete: Notification broadcast message test data
fog already recommends ~> 1.0 and follows Semantic Versioning. https://github.com/fog/fog/ debian already have 1.32. Can you set fog version to ~> 1.32?
Added gem update label
@stanhu can you consider fog dependency to "> 1.36" from "> 1.36.0" as recommended by fog developers. From fog README,
Versioning
Fog library aims to adhere to Semantic Versioning 2.0.0, although it does not address challenges of multi-provider libraries. Semantic versioning is only guaranteed for the common API, not any provider-specific extensions. You may also need to update your configuration from time to time (even between Fog releases) as providers update or deprecate services.
However, we still aim for forwards compatibility within Fog major versions. As a result of this policy, you can (and should) specify a dependency on this gem using the Pessimistic Version Constraint with two digits of precision. For example:
spec.add_dependency 'fog', '~> 1.0'
This means your project is compatible with Fog 1.0 up until 2.0. You can also set a higher minimum version:
spec.add_dependency 'fog', '~> 1.16'
Status changed to closed
Duplicate of #15352 (closed)
mentioned in merge request !14785