forked from rakibulinux/arke
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
28 lines (23 loc) · 805 Bytes
/
Gemfile
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
source "https://rubygems.org"
git_source(:github) { |repo| "https://github.com/#{repo}.git" }
gem "fiddler-rb", "~>0.1.3", git: "https://github.com/genki/fiddler.git"
gemspec
gem "clamp", "~> 1.3.1"
gem "binance", "~> 1.2", git: "https://github.com/caherrerapa/binance.git"
gem "prometheus_exporter", "~> 2.0.6"
group :development, :test do
# Call "byebug" anywhere in the code to stop execution and get a debugger console
gem "pry", "~> 0.12"
gem "faker", "~> 2.5"
gem "webmock", "~> 3.5"
gem "rexml"
gem "byebug", platforms: [:mri, :mingw, :x64_mingw]
gem "bump", "~> 0.8"
gem "shoulda-matchers", "~> 4.1.2"
gem "rspec", "~> 3.9"
gem "irb", "~> 1.0"
gem "mime-types", "~> 3.3"
gem "em-websocket"
gem 'simplecov-cobertura'
end
gem "simplecov", require: false, group: :test