diff options
author | http://jneen.net/ <jneen@jneen.net> | 2016-11-10 15:24:02 +0900 |
---|---|---|
committer | http://jneen.net/ <jneen@jneen.net> | 2016-11-17 11:59:44 +0900 |
commit | f7b0692912e0679a3e2e77b2d1bfaf305fba473a (patch) | |
tree | 99592eef10b6d4179d4ebcfb69ff4b0f99a6db34 /Gemfile.lock | |
parent | 60306053a2a14ff881bb56eadd4968bc4d4f48dc (diff) | |
download | gitlab-ce-f7b0692912e0679a3e2e77b2d1bfaf305fba473a.tar.gz |
add parsing support for incoming html email
Diffstat (limited to 'Gemfile.lock')
-rw-r--r-- | Gemfile.lock | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index 81b43f2238a..e5448961a1e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -345,6 +345,8 @@ GEM html-pipeline (1.11.0) activesupport (>= 2) nokogiri (~> 1.4) + html2text (0.2.0) + nokogiri (~> 1.6) htmlentities (4.3.4) httparty (0.13.7) json (~> 1.8) @@ -881,6 +883,7 @@ DEPENDENCIES health_check (~> 2.2.0) hipchat (~> 1.5.0) html-pipeline (~> 1.11.0) + html2text httparty (~> 0.13.3) influxdb (~> 0.2) jira-ruby (~> 1.1.2) |