Skip to content

Commit

Permalink
Fix typo introduced in 164aad0
Browse files Browse the repository at this point in the history
Accidentally bumped version of http-parser instead of form-data.
  • Loading branch information
ixti committed Jan 9, 2020
1 parent 0e3ed76 commit 968e4f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http.gemspec
Expand Up @@ -29,8 +29,8 @@ 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", "~> 2.2.0"
gem.add_runtime_dependency "http-form_data", "~> 2.2"
gem.add_runtime_dependency "http-parser", "~> 1.2.0"

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

Expand Down

0 comments on commit 968e4f4

Please sign in to comment.