summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile5
1 files changed, 4 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 28cdc8e..b19d119 100644
--- a/Gemfile
+++ b/Gemfile
@@ -6,7 +6,10 @@ gem "couchrest_model", "~> 2.0.0"
gem "couchrest_session_store", "~> 0.2.4"
gem "json"
-gem 'leap_web_users', :path => 'users'
+# user management
+gem "ruby-srp", "~> 0.2.1"
+gem "rails_warden"
+
gem 'leap_web_certs', :path => 'certs'
gem 'leap_web_help', :path => 'help'
gem 'leap_web_billing', :path => 'billing'