Skip to content

Commit

Permalink
Do not have async-http as development dependency on jruby since we do…
Browse files Browse the repository at this point in the history
…n't support it on jruby anyway.
  • Loading branch information
bblimke committed Aug 14, 2023
1 parent 4b85495 commit 6a7e7a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webmock.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ Gem::Specification.new do |s|
s.add_development_dependency 'typhoeus', '>= 0.5.0'
s.add_development_dependency 'em-http-request', '>= 1.0.2'
s.add_development_dependency 'em-synchrony', '>= 1.0.0'
s.add_development_dependency 'async-http', '>= 0.48.0'
end

s.add_development_dependency 'http', '>= 0.8.0'
Expand All @@ -41,7 +42,6 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rspec', '>= 3.1.0'
s.add_development_dependency 'httpclient', '>= 2.2.4'
s.add_development_dependency 'excon', '>= 0.27.5'
s.add_development_dependency 'async-http', '>= 0.48.0'
s.add_development_dependency 'minitest', '>= 5.0.0'
s.add_development_dependency 'test-unit', '>= 3.0.0'
s.add_development_dependency 'rdoc', '> 3.5.0'
Expand Down

0 comments on commit 6a7e7a4

Please sign in to comment.