updated gitignore and added rake 0.8.7 to Gemfile because of errors

This commit is contained in:
Jeremy Anderson 2012-07-24 11:41:26 -07:00
parent 8b7e404b5b
commit 0301ba3315
3 changed files with 6 additions and 1 deletions

View file

@ -1,6 +1,7 @@
source "http://rubygems.org"
gem "rails", "3.2.5"
gem "rake", "0.8.7"
# Supported DBs
gem "sqlite3"