views:

288

answers:

1

I have a file "Gemfile" in my Rails project root.

It says source :gemcutter in the very first line.

Do I still need the line? If I'm correct, http://rubygems.org/ is the official source, and Gem Cutter was merged into rubygems.org.

+2  A: 

You're correct. You don't need it any longer, and yes, it was merged.

Delameko
I don't think this answer is correct. Here's what I get:Your Gemfile doesn't have any sources. You can add one with a line like 'source :gemcutter'
Andrew Vit