From 58415dffe0de9098326b8834a20891676ea5ea93 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 19 Oct 2021 09:14:41 -0500 Subject: [PATCH] Fix for faraday+em_http and gzip --- Gemfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index cb7cc83..c5636cd 100644 --- a/Gemfile +++ b/Gemfile @@ -3,12 +3,13 @@ source "https://rubygems.org" gem "amazing_print" -gem "bandwidth-sdk" +gem "bandwidth-sdk", "<= 6.1.0" gem "blather", git: "https://github.com/singpolyma/blather.git", branch: "ergonomics" gem "braintree" gem "dhall" gem "em-hiredis" gem "em-http-request", git: "https://github.com/singpolyma/em-http-request", branch: "fix-letsencrypt" +gem "faraday-em_http", git: "https://github.com/singpolyma/faraday-em_http", branch: "fix-gzip" gem "em-pg-client", git: "https://github.com/royaltm/ruby-em-pg-client" gem "em_promise.rb", "~> 0.0.3" gem "em-synchrony" -- 2.38.5