~singpolyma/sgx-jmp

ref: b56c6ded6eb94b567d31788f1580506a0856cb20 sgx-jmp/Gemfile -rw-r--r-- 1.0 KiB
b56c6dedStephen Paul Weber Use fixed em-http-request 1 year, 7 months ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# frozen_string_literal: true

source "https://rubygems.org"

gem "amazing_print"
gem "bandwidth-sdk"
gem "blather", git: "https://github.com/singpolyma/blather.git", branch: "ergonomics"
gem "braintree"
gem "dhall"
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/royaltm/ruby-em-pg-client"
gem "em-synchrony"
gem "em_promise.rb", "~> 0.0.3"
gem "eventmachine"
gem "money-open-exchange-rates"
gem "multibases"
gem "multihashes"
gem "ougai"
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-reload"
	gem "pry-remote-em"
	gem "pry-rescue"
	gem "pry-stack_explorer"
end

group(:test) do
	gem "minitest"
	gem "rantly"
	gem "simplecov", require: false
	gem "webmock"
end