From 65fa105df4a1b8def159e4b4a6079e9234fa96b1 Mon Sep 17 00:00:00 2001 From: lostboy Date: Thu, 11 Oct 2012 15:01:06 +0200 Subject: [PATCH] Update README to reference 1.1.0 in Gemfile --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index aa9f0f7..bd9512e 100644 --- a/README.md +++ b/README.md @@ -30,21 +30,21 @@ Add the workless gem and the delayed_job gem to your project Gemfile and update
 gem "delayed_job", "2.0.7"
-gem "workless", "~> 1.0.1"
+gem "workless", "~> 1.1.0"
 
### For rails 3.x with delayed_job 2.1.x
 gem "delayed_job", "~> 2.1.4"
-gem "workless", "~> 1.0.1"
+gem "workless", "~> 1.1.0"
 
### For rails 3.x with latest delayed_job 3.x using active record
 gem "delayed_job_active_record"
-gem "workless", "~> 1.0.1"
+gem "workless", "~> 1.1.0"
 
If you don't specify delayed_job in your Gemfile workless will bring it in, most likly the latest version (3.0.1)