Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-03-30 13:49:04 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-03-30 13:49:04 +0300
commitf50e31e317e84d1e55ed80496423a375dfa9d9f2 (patch)
tree2736e9be7565beec89e243114dc6b323c6747f7b
parentbdb55bea67a22cc84b4e581fd85b51347771f1ec (diff)
Update charlock_holmes to 0.76zj-update-charlock-holmes
Didn't compile against newer icu4c versions and was fixed upstream in https://github.com/brianmario/charlock_holmes/pull/129, which was releaed in the versions its now locked to. Also fixed in CE: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/18103
-rw-r--r--ruby/Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock
index 5b2578684..2179fb48f 100644
--- a/ruby/Gemfile.lock
+++ b/ruby/Gemfile.lock
@@ -9,7 +9,7 @@ GEM
addressable (2.5.2)
public_suffix (>= 2.0.2, < 4.0)
ast (2.3.0)
- charlock_holmes (0.7.5)
+ charlock_holmes (0.7.6)
concurrent-ruby (1.0.5)
diff-lcs (1.3)
escape_utils (1.1.1)