summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2015-04-30 00:32:33 -0700
committerelijah <elijah@riseup.net>2015-04-30 00:32:33 -0700
commit63871baf6061668b162972193c55b5a8f7490797 (patch)
treeca8cd5fbab18cbe59b728a123f450140ed98f519 /Gemfile
parentc3b133cb6f02003ab934e5008e108f489ace4158 (diff)
added support for email notifications of ticket changes
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile13
1 files changed, 9 insertions, 4 deletions
diff --git a/Gemfile b/Gemfile
index a545dd6..419b870 100644
--- a/Gemfile
+++ b/Gemfile
@@ -48,10 +48,6 @@ group :production do
# for list of supported runtimes.
end
-## MISC
-gem 'certificate_authority', # unreleased so far ... but leap_web_certs need it
- :git => 'https://github.com/cchandler/certificate_authority.git'
-
##
## ENVIRONMENT SPECIFIC GEMS
##
@@ -102,3 +98,12 @@ end
custom_gems.each do |name, gem_info|
gem gem_info[:name], :path => gem_info[:path]
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