summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
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