File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -507,7 +507,7 @@ together. But, it's not that hard.
507507Resque Dependencies
508508-------------------
509509
510- gem install redis redis-namespace yajl-ruby --source=http://gemcutter.org
510+ gem install redis redis-namespace yajl-ruby
511511
512512If you cannot install ` yajl-ruby ` (JRuby?), you can install the ` json `
513513gem and Resque will use it instead.
@@ -520,7 +520,7 @@ Installing Resque
520520
521521First install the gem.
522522
523- $ gem install resque --source=http://gemcutter.org
523+ $ gem install resque
524524
525525Next include it in your application.
526526
@@ -550,7 +550,7 @@ don't want to load your app every time rake runs.
550550
551551First install the gem.
552552
553- $ gem install resque --source= http://gemcutter.org
553+ $ gem install resque
554554
555555Next include it in your application.
556556
You can’t perform that action at this time.
0 commit comments