aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Legler <alex@a3li.li>2016-12-14 16:12:13 +0100
committerAlex Legler <alex@a3li.li>2016-12-14 16:12:13 +0100
commitc53771142b22e280d4b37480e6c2e60c112cd158 (patch)
tree6551214663b71730d7ee0a81815bfe569bb0e31a
parentFix broken names when no realname is set in From: (diff)
downloadbackend-c53771142b22e280d4b37480e6c2e60c112cd158.tar.gz
backend-c53771142b22e280d4b37480e6c2e60c112cd158.tar.bz2
backend-c53771142b22e280d4b37480e6c2e60c112cd158.zip
Update sanitize dep
-rw-r--r--Gemfile4
-rw-r--r--Gemfile.lock21
2 files changed, 14 insertions, 11 deletions
diff --git a/Gemfile b/Gemfile
index c676b7c..f827962 100644
--- a/Gemfile
+++ b/Gemfile
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
gem 'mail'
gem 'maildir'
gem 'elasticsearch'
-gem 'sanitize'
+gem 'sanitize', '~>4.4.0'
gem 'charlock_holmes'
gem 'parallel'
-gem 'ruby-progressbar' \ No newline at end of file
+gem 'ruby-progressbar'
diff --git a/Gemfile.lock b/Gemfile.lock
index d55552e..7120a89 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -2,7 +2,7 @@ GEM
remote: https://rubygems.org/
specs:
charlock_holmes (0.7.3)
- crass (1.0.1)
+ crass (1.0.2)
elasticsearch (1.0.6)
elasticsearch-api (= 1.0.6)
elasticsearch-transport (= 1.0.6)
@@ -17,19 +17,19 @@ GEM
mime-types (>= 1.16, < 3)
maildir (2.2.0)
mime-types (2.4.3)
- mini_portile (0.6.2)
+ mini_portile2 (2.1.0)
multi_json (1.10.1)
multipart-post (2.0.0)
- nokogiri (1.6.6.2)
- mini_portile (~> 0.6.0)
- nokogumbo (1.2.0)
+ nokogiri (1.6.8.1)
+ mini_portile2 (~> 2.1.0)
+ nokogumbo (1.4.10)
nokogiri
parallel (1.4.0)
ruby-progressbar (1.7.1)
- sanitize (3.1.1)
- crass (~> 1.0.1)
+ sanitize (4.4.0)
+ crass (~> 1.0.2)
nokogiri (>= 1.4.4)
- nokogumbo (= 1.2.0)
+ nokogumbo (~> 1.4.1)
PLATFORMS
ruby
@@ -41,4 +41,7 @@ DEPENDENCIES
maildir
parallel
ruby-progressbar
- sanitize
+ sanitize (~> 4.4.0)
+
+BUNDLED WITH
+ 1.13.6