+1
−1
| Original line number | Diff line number | Diff line |
|---|---|---|
| @@ -65,7 +65,7 @@ ENV["DB"] ||= "mysql" | ||
gem "mysql2", "0.3.18" if ENV["DB"] == "all" || ENV["DB"] == "mysql"
|
||
gem "pg", "0.18.2" if ENV["DB"] == "all" || ENV["DB"] == "postgres"
|
||
gem "activerecord-import", "0.8.0"
|
||
gem "activerecord-import", "0.10.0"
|
||
# File uploading
|
||
+3
−3
Loading