Skip to content

Commit

Permalink
Add github-markup gem
Browse files Browse the repository at this point in the history
  • Loading branch information
rspeicher committed Sep 5, 2012
1 parent 21bfd1e commit b78fd0c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -45,6 +45,7 @@ gem "seed-fu"

# Markdown to HTML
gem "redcarpet", "~> 2.1.1"
gem 'github-markup'

# Servers
gem "thin"
Expand Down
2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -396,6 +397,7 @@ DEPENDENCIES
ffaker
foreman
git
github-markup
gitlab_meta (= 2.9)
gitolite!
grack!
Expand Down
2 changes: 2 additions & 0 deletions app/controllers/refs_controller.rb
@@ -1,3 +1,5 @@
require 'github/markup'

class RefsController < ApplicationController
include Gitlab::Encode
before_filter :project
Expand Down

0 comments on commit b78fd0c

Please sign in to comment.