Give github-markup gem a version requirement

This commit is contained in:
Robert Speicher 2012-09-05 17:02:23 -04:00
parent 52c521ffe8
commit 1814ee0ced
2 changed files with 3 additions and 3 deletions

View file

@ -45,7 +45,7 @@ gem "seed-fu"
# Markdown to HTML # Markdown to HTML
gem "redcarpet", "~> 2.1.1" gem "redcarpet", "~> 2.1.1"
gem 'github-markup' gem "github-markup", "~> 0.7.4"
# Servers # Servers
gem "thin" gem "thin"

View file

@ -397,7 +397,7 @@ DEPENDENCIES
ffaker ffaker
foreman foreman
git git
github-markup github-markup (~> 0.7.4)
gitlab_meta (= 2.9) gitlab_meta (= 2.9)
gitolite! gitolite!
grack! grack!