* removing HTTPS from rubygems because it supposedly helps things go faster

This commit is contained in:
Seth Call 2013-06-24 17:02:37 -05:00
parent 4a42cc2f33
commit bf6ed0f21c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#ruby=1.9.3
source 'https://rubygems.org'
source 'http://rubygems.org'
unless ENV["LOCAL_DEV"] == "1"
source 'https://jamjam:blueberryjam@www.jamkazam.com/gems/'
end