Fork off delayed_job_active_record gem for compatibility with postgresql 8

This commit is contained in:
r888888888
2014-02-25 16:22:10 -08:00
parent 7367ded12f
commit 3a81ae2186
2 changed files with 11 additions and 5 deletions

View File

@@ -23,7 +23,7 @@ gem "pg", "0.12.2"
gem "kgio"
gem "dalli"
gem "delayed_job"
gem "delayed_job_active_record"
gem "delayed_job_active_record", :git => "https://github.com/r888888888/delayed_job_active_record.git", :branch => "postgresql8"
gem "simple_form"
gem "mechanize"
gem "nokogiri"