-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGemfile
31 lines (26 loc) · 1.03 KB
/
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
29
30
31
source 'https://rubygems.org'
# For development while Hippo is evolving track master branch
gem "hippo-fw", git: "https://github.com/argosity/hippo", branch: 'master'
# gem "webpack_driver", git: "https://github.com/nathanstitt/webpack_driver", branch: 'master'
# gem "activerecord-multi-tenant", git: 'https://github.com/citusdata/activerecord-multi-tenant.git', branch: 'release-0.5.1'
# gem "activerecord-multi-tenant", git: "https://github.com/nathanstitt/activerecord-multi-tenant", branch: 'fix/rails-version' # query_rewriter'
# gem 'shrine-memory'
# gem "hippo-fw", '0.9.7'
gem 'axlsx',
git: 'https://github.com/randym/axlsx.git',
ref: 'c8ac844572b25fda358cc01d2104720c4c42f450'
gem 'oauth2', '~> 1.4.0'
gem 'square_connect', '~> 2.3.1'
gem 'rqrcode'
group :test, :development do
gem 'byebug'
gem 'capistrano', '~> 3.8'
gem 'capistrano-bundler', '~> 1.2'
gem 'capistrano-rails', '~> 1.2'
gem 'capistrano-passenger', '~> 0.2'
end
gem 'actioncable'
gem 'rollbar'
gem 'puma'
gem 'rake'
gem "braintree", "~> 2.73"