Skip to content
代码片段 群组 项目
提交 b78fd0c1 编辑于 作者: Robert Speicher's avatar Robert Speicher
浏览文件

Add github-markup gem

上级 21bfd1e7
No related branches found
No related tags found
无相关合并请求
...@@ -45,6 +45,7 @@ gem "seed-fu" ...@@ -45,6 +45,7 @@ gem "seed-fu"
# Markdown to HTML # Markdown to HTML
gem "redcarpet", "~> 2.1.1" gem "redcarpet", "~> 2.1.1"
gem 'github-markup'
# Servers # Servers
gem "thin" gem "thin"
......
...@@ -178,6 +178,7 @@ GEM ...@@ -178,6 +178,7 @@ GEM
gherkin (2.11.0) gherkin (2.11.0)
json (>= 1.4.6) json (>= 1.4.6)
git (1.2.5) git (1.2.5)
github-markup (0.7.4)
gitlab_meta (2.9) gitlab_meta (2.9)
grape (0.2.1) grape (0.2.1)
hashie (~> 1.2) hashie (~> 1.2)
...@@ -396,6 +397,7 @@ DEPENDENCIES ...@@ -396,6 +397,7 @@ DEPENDENCIES
ffaker ffaker
foreman foreman
git git
github-markup
gitlab_meta (= 2.9) gitlab_meta (= 2.9)
gitolite! gitolite!
grack! grack!
......
require 'github/markup'
class RefsController < ApplicationController class RefsController < ApplicationController
include Gitlab::Encode include Gitlab::Encode
before_filter :project before_filter :project
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册