From 136e2a012bea1530f64ad39ef338c2bde8a89c77 Mon Sep 17 00:00:00 2001 From: Stephen Paul Weber Date: Tue, 19 Oct 2021 20:58:35 -0500 Subject: [PATCH] Sort gems --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index c5636cd..e761196 100644 --- a/Gemfile +++ b/Gemfile @@ -9,11 +9,11 @@ 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" gem "eventmachine" +gem "faraday-em_http", git: "https://github.com/singpolyma/faraday-em_http", branch: "fix-gzip" gem "money-open-exchange-rates" gem "multibases" gem "multihashes" -- 2.38.5