summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorAzul <azul@leap.se>2013-02-06 14:39:06 +0100
committerAzul <azul@leap.se>2013-02-06 14:39:06 +0100
commit2d830e89eac6d8b365a575ebe2e3bd913998e6c8 (patch)
tree19516928149e8ae9f4fa532f474de92cf1441d09 /Gemfile
parent8fbee620476db018ca096f1a448dbfde9f9eb95a (diff)
make sure we use certificate_authority version 0.2.0
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'