Skip to content

Commit 3d9c45a

Browse files
committed
remove gemcutter noise
1 parent 0f296e3 commit 3d9c45a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ together. But, it's not that hard.
507507
Resque Dependencies
508508
-------------------
509509

510-
gem install redis redis-namespace yajl-ruby --source=http://gemcutter.org
510+
gem install redis redis-namespace yajl-ruby
511511

512512
If you cannot install `yajl-ruby` (JRuby?), you can install the `json`
513513
gem and Resque will use it instead.
@@ -520,7 +520,7 @@ Installing Resque
520520

521521
First install the gem.
522522

523-
$ gem install resque --source=http://gemcutter.org
523+
$ gem install resque
524524

525525
Next include it in your application.
526526

@@ -550,7 +550,7 @@ don't want to load your app every time rake runs.
550550

551551
First install the gem.
552552

553-
$ gem install resque --source=http://gemcutter.org
553+
$ gem install resque
554554

555555
Next include it in your application.
556556

0 commit comments

Comments
 (0)