Skip to content

Commit

Permalink
Update README to reference 1.1.0 in Gemfile
Browse files Browse the repository at this point in the history
  • Loading branch information
lostboy committed Oct 11, 2012
1 parent 50e0565 commit 65fa105
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -30,21 +30,21 @@ Add the workless gem and the delayed_job gem to your project Gemfile and update

<pre>
gem "delayed_job", "2.0.7"
gem "workless", "~> 1.0.1"
gem "workless", "~> 1.1.0"
</pre>

### For rails 3.x with delayed_job 2.1.x

<pre>
gem "delayed_job", "~> 2.1.4"
gem "workless", "~> 1.0.1"
gem "workless", "~> 1.1.0"
</pre>

### For rails 3.x with latest delayed_job 3.x using active record

<pre>
gem "delayed_job_active_record"
gem "workless", "~> 1.0.1"
gem "workless", "~> 1.1.0"
</pre>

If you don't specify delayed_job in your Gemfile workless will bring it in, most likly the latest version (3.0.1)
Expand Down

0 comments on commit 65fa105

Please sign in to comment.