Skip to content
Snippets Groups Projects
Commit 2ddb1917 authored by Robert Speicher's avatar Robert Speicher
Browse files

Require 'github/markup' in Gemfile

parent 6ddb35bd
No related branches found
No related tags found
1 merge request!1568Routing overhaul
Loading
Loading
@@ -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"
Loading
Loading
require 'github/markup'
class RefsController < ApplicationController
include Gitlab::Encode
before_filter :project
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment