diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2019-07-21 20:37:26 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2019-07-21 20:37:26 -0700 |
commit | c4df6423ae5dbb97c08ac0e72e5542fe3ea50a65 (patch) | |
tree | 422948716250a0225755ff25475dcc22baf8d8d2 | |
parent | bundle/config: ensure nokogiri uses system libs. (diff) | |
download | backend-c4df6423ae5dbb97c08ac0e72e5542fe3ea50a65.tar.gz backend-c4df6423ae5dbb97c08ac0e72e5542fe3ea50a65.tar.bz2 backend-c4df6423ae5dbb97c08ac0e72e5542fe3ea50a65.zip |
Gemfile: update charlock_holmes for newer ICU
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
-rw-r--r-- | Gemfile | 2 | ||||
-rw-r--r-- | Gemfile.lock | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -6,6 +6,6 @@ gem 'mail' gem 'maildir' gem 'elasticsearch' gem 'sanitize', '~>4.4.0' -gem 'charlock_holmes' +gem 'charlock_holmes', '~>0.7.6' gem 'parallel' gem 'ruby-progressbar' diff --git a/Gemfile.lock b/Gemfile.lock index 18926de..f12f104 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -10,7 +10,7 @@ GIT GEM remote: https://rubygems.org/ specs: - charlock_holmes (0.7.3) + charlock_holmes (0.7.6) crass (1.0.2) elasticsearch (1.0.6) elasticsearch-api (= 1.0.6) @@ -42,7 +42,7 @@ PLATFORMS ruby DEPENDENCIES - charlock_holmes + charlock_holmes (~> 0.7.6) elasticsearch mail maildir |