From 16fb1c2bf33ca418a6db06217e286964077a730f Mon Sep 17 00:00:00 2001 From: elijah Date: Sun, 31 Jan 2016 15:07:18 -0800 Subject: vendor certificate_authority, because travis does not like pulling it from github. --- Gemfile | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'Gemfile') diff --git a/Gemfile b/Gemfile index fc557f3..a9215a6 100644 --- a/Gemfile +++ b/Gemfile @@ -14,6 +14,11 @@ end gem "ruby-srp", "~> 0.2.1" gem "rails_warden" +## CRYPTO +# we need certificate_authority v2.0, but was never released to rubygems, +# and travis does not work well with github sources, so vendored here: +gem 'certificate_authority', :path => 'vendor/gems/certificate_authority' + ## LOCALIZATION gem 'http_accept_language' gem 'rails-i18n' # locale files for built-in validation messages and times @@ -111,7 +116,4 @@ end ## DEPENDENCIES FOR OPTIONAL ENGINES ## -gem 'certificate_authority', # unreleased so far ... but leap_web_certs need it - :git => 'https://github.com/cchandler/certificate_authority.git' - gem 'valid_email' # used by leap_web_help -- cgit v1.2.3