# frozen_string_literal: true source "https://rubygems.org" gem "amazing_print" gem "bandwidth-sdk", "<= 6.1.0" gem "blather", git: "https://github.com/singpolyma/blather", branch: "better-ids" gem "braintree" gem "countries" gem "dhall", ">= 0.5.3.fixed" gem "em-hiredis" gem "em-http-request", git: "https://github.com/singpolyma/em-http-request", branch: "fix-letsencrypt" gem "em-pg-client", git: "https://github.com/singpolyma/ruby-em-pg-client", branch: "support-pg-1.3" gem "em_promise.rb", "~> 0.0.4" gem "em-synchrony" gem "eventmachine" gem "faraday-em_http", git: "https://github.com/singpolyma/faraday-em_http", branch: "fix-gzip" gem "link-header-parser" gem "money-open-exchange-rates" gem "multibases" gem "multihashes" gem "ougai" gem "relative_time" gem "roda" gem "ruby-bandwidth-iris" gem "sentry-ruby", "<= 4.3.1" gem "slim" gem "statsd-instrument", git: "https://github.com/singpolyma/statsd-instrument.git", branch: "graphite" gem "thin" gem "value_semantics", git: "https://github.com/singpolyma/value_semantics" group(:development) do gem "pry-byebug" gem "pry-reload" gem "pry-rescue" gem "pry-stack_explorer" end group(:test) do gem "minitest", ">= 5.16.0" gem "rack-test" gem "rake" gem "rantly", git: "https://github.com/Amolith/rantly.git", branch: "master" gem "rubocop", "= 0.89.1" gem "simplecov", require: false gem "webmock", "< 3.12" end