Gemfile

 1# frozen_string_literal: true
 2
 3source "https://rubygems.org"
 4
 5gem "amazing_print"
 6gem "bandwidth-sdk"
 7gem "blather", git: "https://github.com/singpolyma/blather.git", branch: "ergonomics"
 8gem "braintree"
 9gem "dhall"
10gem "em-hiredis"
11gem "em-http-request"
12gem "em-pg-client", git: "https://github.com/royaltm/ruby-em-pg-client"
13gem "em-synchrony"
14gem "em_promise.rb", "~> 0.0.3"
15gem "eventmachine"
16gem "money-open-exchange-rates"
17gem "multibases"
18gem "multihashes"
19gem "ougai"
20gem "roda"
21gem "ruby-bandwidth-iris"
22gem "sentry-ruby", "<= 4.3.1"
23gem "slim"
24gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite"
25gem "thin"
26gem "value_semantics", git: "https://github.com/singpolyma/value_semantics"
27
28group(:development) do
29	gem "pry-reload"
30	gem "pry-remote-em"
31	gem "pry-rescue"
32	gem "pry-stack_explorer"
33end
34
35group(:test) do
36	gem "minitest"
37	gem "rantly"
38	gem "simplecov", require: false
39	gem "webmock"
40end