summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2017-08-14 11:02:28 +0200
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2017-08-14 11:02:28 +0200
commit35147a7e4466678cc7c5044e0a0b5c5060fac16c (patch)
tree317fa9311c004c50621442be4279402a061868aa
parent21a6898b10ed75f6260e72467b9e1f839d48456c (diff)
downloadgitlab-ce-zj-fix-charlock_holmes.tar.gz
Update charlock_holmeszj-fix-charlock_holmes
The compiler needs to be pinned to c++11, which is done by https://github.com/brianmario/charlock_holmes/commit/51d8a2f0eb1e9d3e476482727d4122b3d11b2bc6 Without this patch it won't install charlock_holmes on newer compilers.
-rw-r--r--Gemfile.lock2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile.lock b/Gemfile.lock
index d443209349d..ab01a556561 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -113,7 +113,7 @@ GEM
activesupport (>= 4.0.0)
mime-types (>= 1.16)
cause (0.1)
- charlock_holmes (0.7.3)
+ charlock_holmes (0.7.4)
chronic (0.10.2)
chronic_duration (0.10.6)
numerizer (~> 0.1.1)