From 2e59c7131a08acab4944b18ba4b8d82daa402c4f Mon Sep 17 00:00:00 2001 From: jessib Date: Thu, 7 Mar 2013 12:17:13 -0800 Subject: Start to branch using braintree to process credit card payments. --- Gemfile | 1 + 1 file changed, 1 insertion(+) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index 56cbf62..1db3c22 100644 --- a/Gemfile +++ b/Gemfile @@ -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 -- cgit v1.2.3