1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Explicit source no longer needed, default gems source points to gemcutter.

This commit is contained in:
Jeremy Kemper 2009-11-22 14:34:11 -08:00
parent 6d91e7dca1
commit 0f9029ec48

View file

@ -1,6 +1,3 @@
clear_sources
source 'http://gemcutter.org'
gem "rake", ">= 0.8.7"
gem "mocha", ">= 0.9.8"