1
0
Fork 0
mirror of https://github.com/sinatra/sinatra synced 2023-03-27 23:18:01 -04:00

fix gemfile source.

This commit is contained in:
Patricio Mac Adden 2013-03-07 22:43:46 -03:00
parent d7273e2bd6
commit 8f1910489a

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'