Skip to content

Commit

Permalink
use async-http instead of concurrent-ruby + typhoeus
Browse files Browse the repository at this point in the history
  • Loading branch information
jasl committed Jan 12, 2021
1 parent ed73f72 commit 1cdd001
Show file tree
Hide file tree
Showing 3 changed files with 132 additions and 111 deletions.
34 changes: 28 additions & 6 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@ PATH
activesupport (> 5.0, < 6)
addressable (~> 2.6)
algoliasearch (~> 1.0)
concurrent-ruby (~> 1.1)
async-http (~> 0.54)
fuzzy_match (~> 2.0.4)
nap (~> 1.0)
netrc (~> 0.11)
public_suffix
typhoeus (~> 1.0)

GEM
remote: https://rubygems.org/
Expand All @@ -26,14 +25,30 @@ GEM
httpclient (~> 2.8, >= 2.8.3)
json (>= 1.5.1)
ast (2.4.1)
async (1.28.3)
console (~> 1.10)
nio4r (~> 2.3)
timers (~> 4.1)
async-http (0.54.1)
async (~> 1.25)
async-io (~> 1.28)
async-pool (~> 0.2)
protocol-http (~> 0.21.0)
protocol-http1 (~> 0.13.0)
protocol-http2 (~> 0.14.0)
async-io (1.30.1)
async (~> 1.14)
async-pool (0.3.3)
async (~> 1.25)
awesome_print (1.8.0)
bacon (1.2.0)
coderay (1.1.3)
concurrent-ruby (1.1.7)
console (1.10.1)
fiber-local
crack (0.4.4)
ethon (0.12.0)
ffi (>= 1.3.0)
ffi (1.14.2)
fiber-local (1.0.0)
fuzzy_match (2.0.4)
hashdiff (1.0.1)
httpclient (2.8.3)
Expand All @@ -56,12 +71,20 @@ GEM
mocha (>= 0.13.0)
nap (1.1.0)
netrc (0.11.0)
nio4r (2.5.4)
notify (0.5.2)
parallel (1.20.1)
parser (3.0.0.0)
ast (~> 2.4.1)
prettybacon (0.0.2)
bacon (~> 1.2)
protocol-hpack (1.4.2)
protocol-http (0.21.0)
protocol-http1 (0.13.2)
protocol-http (~> 0.19)
protocol-http2 (0.14.1)
protocol-hpack (~> 1.4)
protocol-http (~> 0.18)
pry (0.13.1)
coderay (~> 1.1)
method_source (~> 1.0)
Expand Down Expand Up @@ -91,8 +114,7 @@ GEM
rubocop-ast (>= 0.4.0)
ruby-progressbar (1.11.0)
thread_safe (0.3.6)
typhoeus (1.4.0)
ethon (>= 0.9.0)
timers (4.3.2)
tzinfo (1.2.9)
thread_safe (~> 0.1)
unicode-display_width (2.0.0)
Expand Down
3 changes: 1 addition & 2 deletions cocoapods-core.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,10 @@ Gem::Specification.new do |s|

# 6.0 requires Ruby 2.5.0
s.add_runtime_dependency 'activesupport', '> 5.0', '< 6'
s.add_runtime_dependency 'async-http', '~> 0.54'
s.add_runtime_dependency 'nap', '~> 1.0'
s.add_runtime_dependency 'fuzzy_match', '~> 2.0.4'
s.add_runtime_dependency 'algoliasearch', '~> 1.0'
s.add_runtime_dependency 'concurrent-ruby', '~> 1.1'
s.add_runtime_dependency 'typhoeus', '~> 1.0'
s.add_runtime_dependency 'netrc', '~> 0.11'
s.add_runtime_dependency "addressable", '~> 2.6'
s.add_runtime_dependency "public_suffix"
Expand Down
Loading

0 comments on commit 1cdd001

Please sign in to comment.