Skip to content

Commit

Permalink
Bump form-data requirement for ruby-2.7 support
Browse files Browse the repository at this point in the history
Form data needs to be upgraded to add ruby 2.7 support.
  • Loading branch information
ixti committed Jan 9, 2020
1 parent 2d9921b commit 164aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion http.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "addressable", "~> 2.3"
gem.add_runtime_dependency "http-cookie", "~> 1.0"
gem.add_runtime_dependency "http-form_data", "~> 2.0"
gem.add_runtime_dependency "http-parser", "~> 1.2.0"
gem.add_runtime_dependency "http-parser", "~> 2.2.0"

gem.add_development_dependency "bundler", "~> 2.0"

Expand Down

0 comments on commit 164aad0

Please sign in to comment.