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

@@ -59,7 +59,7 @@ GEM
i18n (0.6.1)
journey (1.0.4)
json (1.7.6)
kgio (2.7.4)
kgio (2.8.0)
mail (2.4.4)
i18n (>= 0.4.0)
mime-types (~> 1.16)
@@ -105,6 +105,7 @@ GEM
multi_json (~> 1.0)
rack (~> 1.0)
tilt (~> 1.1, != 1.3.0)
sqlite3 (1.3.7)
thor (0.16.0)
tilt (1.3.3)
treetop (1.4.12)
@@ -135,5 +136,6 @@ DEPENDENCIES
mysql2
rails (= 3.2.11)
sass-rails (~> 3.2.3)
sqlite3
uglifier (>= 1.0.3)
unicorn