fixes #2108, upgrade to postgresql 9.3, fix tests

This commit is contained in:
r888888888
2014-04-11 14:15:14 -07:00
parent e46d467f64
commit 7edcbf33dd
4 changed files with 278 additions and 199 deletions

View File

@@ -19,11 +19,11 @@ group :assets do
end
gem "rails"
gem "pg", "0.12.2"
gem "pg"
gem "kgio"
gem "dalli"
gem "delayed_job"
gem "delayed_job_active_record", :git => "https://github.com/r888888888/delayed_job_active_record.git", :branch => "postgresql8"
gem "delayed_job_active_record"
gem "simple_form"
gem "mechanize"
gem "nokogiri"