Skip to content

Commit

Permalink
Update formatador requirement from ~> 0.2 to >= 0.2, < 2.0
Browse files Browse the repository at this point in the history
Updates the requirements on [formatador](https://github.com/geemus/formatador) to permit the latest version.
- [Release notes](https://github.com/geemus/formatador/releases)
- [Changelog](https://github.com/geemus/formatador/blob/master/changelog.txt)
- [Commits](geemus/formatador@v0.2.0...v1.0.0)

---
updated-dependencies:
- dependency-name: formatador
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jan 21, 2022
1 parent f12216a commit ffc5c9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fog-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|
spec.add_dependency("builder")
spec.add_dependency("mime-types")
spec.add_dependency("excon", "~> 0.71")
spec.add_dependency("formatador", "~> 0.2")
spec.add_dependency("formatador", ">= 0.2", "< 2.0")

# https://github.com/fog/fog-core/issues/206
# spec.add_dependency("xmlrpc") if RUBY_VERSION.to_s >= "2.4"
Expand Down

0 comments on commit ffc5c9a

Please sign in to comment.