From 2ddb19170624f81ec0cb3da26805a5515878aede Mon Sep 17 00:00:00 2001 From: Robert Speicher Date: Mon, 17 Sep 2012 11:10:04 -0400 Subject: [PATCH] Require 'github/markup' in Gemfile --- Gemfile | 2 +- app/controllers/refs_controller.rb | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 71eafaba..8e2bdb9c 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" diff --git a/app/controllers/refs_controller.rb b/app/controllers/refs_controller.rb index 90361437..3f81a2ca 100644 --- a/app/controllers/refs_controller.rb +++ b/app/controllers/refs_controller.rb @@ -1,5 +1,3 @@ -require 'github/markup' - class RefsController < ApplicationController include Gitlab::Encode before_filter :project