summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2014-04-08 11:41:21 +0200
committerAzul <azul@leap.se>2014-04-08 11:41:21 +0200
commit2e11e3ca2c7b02fdb5ff54f0bcd766cc5fa39975 (patch)
tree81bf84347d6e0961916b5ea4f6bd8d30c6a8deb1 /Gemfile
parent38963e49be5c8e14b3b8f685b57475a700173473 (diff)
moving users: dependencies
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'