Add source :rubygems to Gemfile

This commit is contained in:
Scott Taylor 2011-05-02 21:54:56 -04:00
parent 564387b6a3
commit 903b8c5fd8
2 changed files with 3 additions and 0 deletions

View File

@ -1,3 +1,5 @@
source :rubygems
group :development do group :development do
gem 'rspec' gem 'rspec'
end end

View File

@ -1,4 +1,5 @@
GEM GEM
remote: http://rubygems.org/
specs: specs:
diff-lcs (1.1.2) diff-lcs (1.1.2)
rspec (2.5.0) rspec (2.5.0)