Skip to content

Commit

Permalink
dep: bump the min version of mime-types
Browse files Browse the repository at this point in the history
to one that supports modern ruby.
  • Loading branch information
flavorjones committed Oct 2, 2024
1 parent 1c2fc28 commit 5b74852
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mechanize.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Gem::Specification.new do |spec|
spec.add_runtime_dependency("addressable", "~> 2.8")
spec.add_runtime_dependency("domain_name", ">= 0.5.20190701", "~> 0.5")
spec.add_runtime_dependency("http-cookie", ">= 1.0.3", "~> 1.0")
spec.add_runtime_dependency("mime-types", "~> 3.0")
spec.add_runtime_dependency("mime-types", "~> 3.3")
spec.add_runtime_dependency("net-http-digest_auth", ">= 1.4.1", "~> 1.4")

# careful! some folks are relying on older versions of net-http-persistent
Expand Down

0 comments on commit 5b74852

Please sign in to comment.