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:
authorRobert Speicher <rspeicher@gmail.com>2012-09-17 19:10:04 +0400
committerRobert Speicher <rspeicher@gmail.com>2012-09-27 00:32:21 +0400
commit2ddb19170624f81ec0cb3da26805a5515878aede (patch)
tree634ec34f47895f4e46e8ccbcba48045647839425 /Gemfile
parent6ddb35bd5e27829609e40b8dd87313a01fb6f293 (diff)
Require 'github/markup' in Gemfile
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Gemfile b/Gemfile
index 71eafabaa91..8e2bdb9cbb5 100644
--- a/Gemfile
+++ b/Gemfile
@@ -57,7 +57,7 @@ gem "seed-fu"
# Markdown to HTML
gem "redcarpet", "~> 2.1.1"
-gem "github-markup", "~> 0.7.4"
+gem "github-markup", "~> 0.7.4", require: 'github/markup'
# Servers
gem "thin"