Fix Rubygems source in Gemfile

The use of source :rubygems has been deprecated, and causes the system
to issue a warning when bundle is used with the gem.
This commit is contained in:
Geoff Harcourt 2013-06-20 15:57:19 -04:00
parent 91e3571699
commit 136a7cdbb3
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
source :rubygems
source 'https://rubygems.org'
gemspec