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

Add github-markup gem

parent 21bfd1e7
No related branches found
No related tags found
1 merge request!1386Use GitHub::Markup to parse markup files
Loading
Loading
@@ -45,6 +45,7 @@ gem "seed-fu"
 
# Markdown to HTML
gem "redcarpet", "~> 2.1.1"
gem 'github-markup'
 
# Servers
gem "thin"
Loading
Loading
Loading
Loading
@@ -178,6 +178,7 @@ GEM
gherkin (2.11.0)
json (>= 1.4.6)
git (1.2.5)
github-markup (0.7.4)
gitlab_meta (2.9)
grape (0.2.1)
hashie (~> 1.2)
Loading
Loading
@@ -396,6 +397,7 @@ DEPENDENCIES
ffaker
foreman
git
github-markup
gitlab_meta (= 2.9)
gitolite!
grack!
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