summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-02-07 20:12:00 +0100
committerAzul <azul@leap.se>2013-02-07 20:12:00 +0100
commit5df0631c6ee7f073c4e463d3c1d12bbaeb4fc39a (patch)
tree986a65ded26e48a002b783b1048bdff07ffd0917 /Gemfile
parent0362663decaa1c861b183ec3773f69952398a976 (diff)
parent40955e06c038ad3d84bfe88052c501fb7a6208d8 (diff)
Merge branch 'master' into feature/use-couchrest-session-store
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 8b13e51..4bf0f3b 100644
--- a/Gemfile
+++ b/Gemfile
@@ -14,3 +14,7 @@ gem 'leap_web_help', :path => 'help'
# To use debugger
gem 'debugger', :platforms => :mri_19
gem 'ruby-debug', :platforms => :mri_18
+
+# unreleased so far ... but leap_web_certs need it
+
+gem 'certificate_authority', :git => 'git://github.com/cchandler/certificate_authority.git'