Skip to content

Commit

Permalink
Merge pull request #274 from fog/dependabot/bundler/formatador-gte-0.…
Browse files Browse the repository at this point in the history
…2-and-lt-2.0

Update formatador requirement from ~> 0.2 to >= 0.2, < 2.0
  • Loading branch information
geemus committed Jan 21, 2022
2 parents f12216a + ffc5c9a commit 940897c
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 940897c

Please sign in to comment.