Skip to content

Commit

Permalink
Tweak faraday gems
Browse files Browse the repository at this point in the history
  • Loading branch information
darrylhopkins committed May 3, 2024
1 parent 1deb9f0 commit 1ddee35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,6 @@ gem "parallel_tests"
gem "typhoeus"
gem 'faraday-httpclient'
gem 'faraday-net_http_persistent'
gem 'faraday-patron'
#gem 'faraday-patron'
gem 'faraday-net_http'
gem 'faraday-typhoeus'
5 changes: 1 addition & 4 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ GEM
faraday-net_http_persistent (2.1.0)
faraday (~> 2.5)
net-http-persistent (~> 4.0)
faraday-patron (2.0.1)
patron (>= 0.4.2)
faraday-typhoeus (1.1.0)
faraday (~> 2.0)
typhoeus (~> 1.4)
Expand Down Expand Up @@ -116,7 +114,6 @@ GEM
parallel (1.24.0)
parallel_tests (4.7.1)
parallel
patron (0.13.3)
racc (1.7.3)
rack (3.0.10)
rack-session (2.0.0)
Expand Down Expand Up @@ -154,8 +151,8 @@ DEPENDENCIES
connection_pool
elasticsearch (~> 7)
faraday-httpclient
faraday-net_http
faraday-net_http_persistent
faraday-patron
faraday-typhoeus
gemoji-parser
kaminari
Expand Down

0 comments on commit 1ddee35

Please sign in to comment.