Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
a28fe934
Commit
a28fe934
authored
Sep 01, 2014
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7628 from zzet/update_markdown
Update redcarpet gem
parents
8235d3ec
8d715fb1
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Gemfile
Gemfile
+1
-1
Gemfile.lock
Gemfile.lock
+2
-2
No files found.
Gemfile
View file @
a28fe934
...
...
@@ -82,7 +82,7 @@ gem "seed-fu"
gem
"
github-markup
"
# Required markup gems by github-markdown
gem
'
redcarpet
'
,
'~>
2.2
.2'
gem
'
redcarpet
'
,
'~>
3.1
.2'
gem
'
RedCloth
'
gem
'
rdoc
'
,
'~>3.6'
gem
'
org-ruby
'
...
...
Gemfile.lock
View file @
a28fe934
...
...
@@ -392,7 +392,7 @@ GEM
ffi (>= 0.5.0)
rdoc (3.12.2)
json (~> 1.4)
redcarpet (
2.2
.2)
redcarpet (
3.1
.2)
redis (3.0.6)
redis-actionpack (4.0.0)
actionpack (~> 4)
...
...
@@ -659,7 +659,7 @@ DEPENDENCIES
rb-fsevent
rb-inotify
rdoc (~> 3.6)
redcarpet (~>
2.2
.2)
redcarpet (~>
3.1
.2)
redis-rails
request_store
rspec-rails
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment