summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile9
1 files changed, 8 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 56cbf62..bdfd9dd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -10,12 +10,19 @@ 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
# ruby 1.8 is not supported anymore
# gem 'ruby-debug', :platforms => :mri_18
-# unreleased so far ... but leap_web_certs need it
+group :test do
+ gem 'fake_braintree', require: false
+ gem 'capybara', require: false
+ gem 'launchy' # so save_and_open_page works in integration tests
+end
+
+# unreleased so far ... but leap_web_certs need it
gem 'certificate_authority', :git => 'git://github.com/cchandler/certificate_authority.git'