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", git: "https://github.com/singpolyma/em-http-request", branch: "fix-letsencrypt"
12gem "em-pg-client", git: "https://github.com/royaltm/ruby-em-pg-client"
13gem "em_promise.rb", "~> 0.0.3"
14gem "em-synchrony"
15gem "eventmachine"
16gem "money-open-exchange-rates"
17gem "multibases"
18gem "multihashes"
19gem "ougai"
20gem "roda"
21gem "ruby-bandwidth-iris", git: "https://github.com/singpolyma/ruby-bandwidth-iris", branch: "sip_credential"
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-rescue"
31	gem "pry-stack_explorer"
32end
33
34group(:test) do
35	gem "minitest"
36	gem "rake"
37	gem "rantly"
38	gem "rubocop"
39	gem "simplecov", require: false
40	gem "webmock"
41end