mirror of
https://github.com/sinatra/sinatra
synced 2023-03-27 23:18:01 -04:00
fix gemfile source.
This commit is contained in:
parent
d7273e2bd6
commit
8f1910489a
1 changed files with 1 additions and 1 deletions
2
Gemfile
2
Gemfile
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue