Gemfile

 1# frozen_string_literal: true
 2
 3source "https://rubygems.org"
 4
 5gem "amazing_print"
 6gem "bandwidth-sdk", "~> 17.1"
 7gem "blather", git: "https://github.com/singpolyma/blather", branch: "better-ids"
 8gem "braintree"
 9gem "countries"
10gem "csv"
11gem "dhall", ">= 0.5.3.fixed"
12gem "em-hiredis"
13gem "em-http-request", git: "https://github.com/singpolyma/em-http-request", branch: "fix-letsencrypt"
14gem "em-pg-client", git: "https://github.com/singpolyma/ruby-em-pg-client", branch: "support-pg-1.3"
15gem "em_promise.rb", "~> 0.0.4"
16gem "em-synchrony"
17gem "eventmachine"
18gem "faraday-em_http", git: "https://github.com/Amolith/faraday-em_http", branch: "fix-gzip"
19gem "faraday-em_synchrony", git: "https://github.com/Amolith/faraday-em_synchrony", branch: "update-for-faraday-2"
20gem "link-header-parser", ">= 7.0.0"
21gem "money-open-exchange-rates"
22gem "multibases"
23gem "multihashes"
24gem "multi_json"
25gem "ougai"
26gem "relative_time"
27gem "roda"
28gem "ruby-bandwidth-iris", "~> 7.4"
29gem "sentry-ruby", "<= 4.3.1"
30gem "slim"
31gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite"
32gem "thin"
33gem "value_semantics", git: "https://github.com/singpolyma/value_semantics"
34
35group(:development) do
36	gem "pry-byebug"
37	gem "pry-reload"
38	gem "pry-rescue"
39	gem "pry-stack_explorer"
40	gem "solargraph"
41end
42
43group(:test) do
44	gem "minitest", "~> 5.16.0"
45	gem "rack-test"
46	gem "rake"
47	gem "rantly", git: "https://github.com/Amolith/rantly.git", branch: "master"
48	gem "rubocop", "= 0.89.1"
49	gem "simplecov", require: false
50	gem "webmock", "< 3.12"
51end