Require 'github/markup' in Gemfile
This commit is contained in:
parent
6ddb35bd5e
commit
2ddb191706
2 changed files with 1 additions and 3 deletions
2
Gemfile
2
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"
|
||||
|
|
|
@ -1,5 +1,3 @@
|
|||
require 'github/markup'
|
||||
|
||||
class RefsController < ApplicationController
|
||||
include Gitlab::Encode
|
||||
before_filter :project
|
||||
|
|
Loading…
Reference in a new issue