diff options
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' |