Skip to content

Commit

Permalink
bump excon to 1.0 (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
geemus authored Oct 25, 2024
1 parent c0123ba commit c6bbad9
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 @@ -21,7 +21,7 @@ Gem::Specification.new do |spec|
spec.required_ruby_version = ">= 2.0"

spec.add_dependency("builder")
spec.add_dependency("excon", "~> 0.71")
spec.add_dependency("excon", "~> 1.0")
spec.add_dependency("formatador", ">= 0.2", "< 2.0")
spec.add_dependency("mime-types")

Expand Down

0 comments on commit c6bbad9

Please sign in to comment.