Changed development database to sqlite3

This commit is contained in:
2013-01-21 17:30:55 -05:00
parent 40ff30c822
commit b83721ed56
3 changed files with 17 additions and 12 deletions

View File

@@ -28,6 +28,10 @@ group :production do
gem 'unicorn'
end
group :development do
gem 'sqlite3'
end
# To use ActiveModel has_secure_password
# gem 'bcrypt-ruby', '~> 3.0.0'