diff options
author | jessib <jessib@leap.se> | 2013-03-07 12:17:13 -0800 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-07-17 10:46:25 +0200 |
commit | 2e59c7131a08acab4944b18ba4b8d82daa402c4f (patch) | |
tree | 28d33392410b4619ad553fb75f1d056584445fa5 /Gemfile | |
parent | 97bd0ba4b35481216b2a1592065c70562c81c2d5 (diff) |
Start to branch using braintree to process credit card payments.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -10,6 +10,7 @@ gem "leap_web_core", :path => 'core' gem 'leap_web_users', :path => 'users' gem 'leap_web_certs', :path => 'certs' gem 'leap_web_help', :path => 'help' +gem 'leap_web_billing', :path => 'billing' # To use debugger gem 'debugger', :platforms => :mri_19 |