Give github-markup gem a version requirement
This commit is contained in:
parent
52c521ffe8
commit
1814ee0ced
2 changed files with 3 additions and 3 deletions
4
Gemfile
4
Gemfile
|
@ -44,8 +44,8 @@ gem "ffaker"
|
|||
gem "seed-fu"
|
||||
|
||||
# Markdown to HTML
|
||||
gem "redcarpet", "~> 2.1.1"
|
||||
gem 'github-markup'
|
||||
gem "redcarpet", "~> 2.1.1"
|
||||
gem "github-markup", "~> 0.7.4"
|
||||
|
||||
# Servers
|
||||
gem "thin"
|
||||
|
|
|
@ -397,7 +397,7 @@ DEPENDENCIES
|
|||
ffaker
|
||||
foreman
|
||||
git
|
||||
github-markup
|
||||
github-markup (~> 0.7.4)
|
||||
gitlab_meta (= 2.9)
|
||||
gitolite!
|
||||
grack!
|
||||
|
|
Loading…
Reference in a new issue