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