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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2015-06-30 08:32:56 +0300
committerStan Hu <stanhu@gmail.com>2015-06-30 08:32:56 +0300
commite489b07d2bc70654728b2c6be903cd8adf090176 (patch)
tree9bde481ad3bdcc48b7b571c85d0d9657514b2bde /Gemfile
parent1161c93661f4630185289844965fb701df902642 (diff)
parente5661001d667313d6ce56886d10c2a7ae313fe0f (diff)
Merge branch 'fix-c-prototype-highlighting' into 'master'
Bump rugments to 1.0.0beta8 to fix C prototype function highlighting Closes #1890 See merge request !902
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 353422c3ef6..cebe957965f 100644
--- a/Gemfile
+++ b/Gemfile
@@ -268,4 +268,4 @@ end
gem "newrelic_rpm"
gem 'octokit', '3.7.0'
-gem "rugments", "~> 1.0.0.beta7"
+gem "rugments", "~> 1.0.0.beta8"