Fork off delayed_job_active_record gem for compatibility with postgresql 8
This commit is contained in:
2
Gemfile
2
Gemfile
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user