diff options
author | jessib <jessib@riseup.net> | 2013-08-22 12:24:20 -0700 |
---|---|---|
committer | jessib <jessib@riseup.net> | 2013-08-22 12:24:20 -0700 |
commit | a87c750d1f12f15272beb117f8ee12ab711cc6d1 (patch) | |
tree | 0526a1fa6e173ae3364f51a3a59520a685b8c55e /Gemfile | |
parent | 03a643458733550a9bfb5e661e5a74b1964f021c (diff) |
Disable billing for pull request.
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +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' +# gem 'leap_web_billing', :path => 'billing' # To use debugger gem 'debugger', :platforms => :mri_19 |