diff options
author | elijah <elijah@riseup.net> | 2015-04-30 00:32:33 -0700 |
---|---|---|
committer | elijah <elijah@riseup.net> | 2015-04-30 00:32:33 -0700 |
commit | 63871baf6061668b162972193c55b5a8f7490797 (patch) | |
tree | ca8cd5fbab18cbe59b728a123f450140ed98f519 /Gemfile | |
parent | c3b133cb6f02003ab934e5008e108f489ace4158 (diff) |
added support for email notifications of ticket changes
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 13 |
1 files changed, 9 insertions, 4 deletions
@@ -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 |