~singpolyma/sgx-jmp

ref: cea1bbe900f4393999e68aa23562696001badbfa sgx-jmp/Gemfile -rw-r--r-- 1.3 KiB
cea1bbe9Stephen Paul Weber Initial tests for web routes 1 year, 4 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
41
42
43
44
# 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.git", branch: "ergonomics"
gem "braintree"
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/royaltm/ruby-em-pg-client"
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 "money-open-exchange-rates"
gem "multibases"
gem "multihashes"
gem "ougai"
gem "relative_time"
gem "roda"
gem "ruby-bandwidth-iris", git: "https://github.com/singpolyma/ruby-bandwidth-iris", branch: "sip_credential"
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-rescue"
	gem "pry-stack_explorer"
end

group(:test) do
	gem "minitest"
	gem "rack-test"
	gem "rake"
	gem "rantly"
	gem "rubocop", "= 0.89.1"
	gem "simplecov", require: false
	gem "webmock"
end