Gemfile

 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/psycotica0/blather", branch: "cv_new_id"
 8gem "braintree"
 9gem "dhall", ">= 0.5.3.fixed"
10gem "em-hiredis"
11gem "em-http-request", git: "https://github.com/singpolyma/em-http-request", branch: "fix-letsencrypt"
12gem "em-pg-client", git: "https://github.com/singpolyma/ruby-em-pg-client", branch: "support-pg-1.3"
13gem "em_promise.rb", "~> 0.0.4"
14gem "em-synchrony"
15gem "eventmachine"
16gem "faraday-em_http", git: "https://github.com/singpolyma/faraday-em_http", branch: "fix-gzip"
17gem "money-open-exchange-rates"
18gem "multibases"
19gem "multihashes"
20gem "ougai"
21gem "relative_time"
22gem "roda"
23gem "ruby-bandwidth-iris"
24gem "sentry-ruby", "<= 4.3.1"
25gem "slim"
26gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite"
27gem "thin"
28gem "value_semantics", git: "https://github.com/singpolyma/value_semantics"
29
30group(:development) do
31	gem "pry-reload"
32	gem "pry-rescue"
33	gem "pry-stack_explorer"
34end
35
36group(:test) do
37	gem "minitest", ">= 5.16.0"
38	gem "rack-test"
39	gem "rake"
40	gem "rantly"
41	gem "rubocop", "= 0.89.1"
42	gem "simplecov", require: false
43	gem "webmock"
44end