From 6785f48a8e8aace45b720b8eb6393fa1211c439e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Rodr=C3=ADguez?= Date: Mon, 14 Aug 2017 17:10:23 -0300 Subject: [PATCH] Update charlock_holmes gem to fix dependecy issues on some systems See https://github.com/brianmario/charlock_holmes/pull/116 --- ruby/Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 0d03be285c5..297df8e1199 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -8,7 +8,7 @@ GEM tzinfo (~> 1.1) addressable (2.5.1) public_suffix (~> 2.0, >= 2.0.2) - charlock_holmes (0.7.3) + charlock_holmes (0.7.5) concurrent-ruby (1.0.5) escape_utils (1.1.1) faraday (0.12.2) -- GitLab