Updated From 2.2 and higher to 2.7 (markdown)

randx
2012-07-27 04:14:46 -07:00
parent 1517399f6b
commit 1b20a72506

@ -14,7 +14,7 @@ gem update --system
cp config/gitlab.yml.example config/gitlab.yml
# Install gems
bundle install
bundle install --without development test
# Migrate db
bundle exec rake db:migrate RAILS_ENV=production