fix gemfile source.

This commit is contained in:
Patricio Mac Adden 2013-03-07 22:43:46 -03:00
parent d7273e2bd6
commit 8f1910489a
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
# If you have issues with a gem: `bundle install --without-coffee-script`.
RUBY_ENGINE = 'ruby' unless defined? RUBY_ENGINE
source :rubygems unless ENV['QUICK']
source 'https://rubygems.org' unless ENV['QUICK']
gemspec
gem 'rake'