Skip to content

Commit

Permalink
try to fix delayed_job yaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cantino committed Mar 15, 2013
1 parent 922622e commit 26b0a14
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ gem 'bootstrap-kaminari-views'
gem "rufus-scheduler", :require => false
gem 'json', '>= 1.7.7'

gem 'delayed_job', :git => 'https://github.com/wok/delayed_job' # Until the YAML issues are fixed in master.
gem 'delayed_job_active_record', "~> 0.3.3" # newer was giving a strange MySQL error
gem "daemons"
# gem "delayed_job_web"
Expand Down
10 changes: 8 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
GIT
remote: https://github.com/wok/delayed_job
revision: d1f53b489a13146f6b2ac27ef26b2e2dc6ae558c
specs:
delayed_job (3.0.4)
activesupport (~> 3.0)

GEM
remote: https://rubygems.org/
specs:
Expand Down Expand Up @@ -56,8 +63,6 @@ GEM
cookiejar (0.3.0)
crack (0.3.2)
daemons (1.1.9)
delayed_job (3.0.5)
activesupport (~> 3.0)
delayed_job_active_record (0.3.3)
activerecord (>= 2.1.0, < 4)
delayed_job (~> 3.0)
Expand Down Expand Up @@ -263,6 +268,7 @@ DEPENDENCIES
capistrano-unicorn
coffee-rails (~> 3.2.1)
daemons
delayed_job!
delayed_job_active_record (~> 0.3.3)
devise
em-http-request
Expand Down

0 comments on commit 26b0a14

Please sign in to comment.