From 1eba96c636fc441c7fafbffe0a3cdf195a1595f9 Mon Sep 17 00:00:00 2001
From: Yorick Peterse <yorickpeterse@gmail.com>
Date: Tue, 25 Aug 2015 20:24:38 +0200
Subject: [PATCH] Update Racc to 1.4.12

This ensures GitLab can actually run Rubinius, previously it would
segfault in Racc during the bootup phase.
---
 Gemfile.lock | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Gemfile.lock b/Gemfile.lock
index a7cfe6b7511..07a44c50557 100644
--- a/Gemfile.lock
+++ b/Gemfile.lock
@@ -462,7 +462,7 @@ GEM
     pyu-ruby-sasl (0.0.3.3)
     quiet_assets (1.0.2)
       railties (>= 3.1, < 5.0)
-    racc (1.4.10)
+    racc (1.4.12)
     rack (1.5.5)
     rack-accept (0.4.5)
       rack (>= 0.4)
-- 
GitLab