diff options
author | Azul <azul@leap.se> | 2013-02-07 20:12:00 +0100 |
---|---|---|
committer | Azul <azul@leap.se> | 2013-02-07 20:12:00 +0100 |
commit | 5df0631c6ee7f073c4e463d3c1d12bbaeb4fc39a (patch) | |
tree | 986a65ded26e48a002b783b1048bdff07ffd0917 /Gemfile | |
parent | 0362663decaa1c861b183ec3773f69952398a976 (diff) | |
parent | 40955e06c038ad3d84bfe88052c501fb7a6208d8 (diff) |
Merge branch 'master' into feature/use-couchrest-session-store
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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' |