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