summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2016-01-31 15:07:18 -0800
committerelijah <elijah@riseup.net>2016-01-31 15:07:18 -0800
commit16fb1c2bf33ca418a6db06217e286964077a730f (patch)
treef522ddae365d87815916f6108bf2514961237589 /Gemfile
parent684a790cdb9575da522e402d0c9289f4a8558739 (diff)
vendor certificate_authority, because travis does not like pulling it from github.
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile8
1 files changed, 5 insertions, 3 deletions
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