usar gemas de producción precompiladas de gems.sutty.nl
This commit is contained in:
parent
2908d93043
commit
accc5ed49b
1 changed files with 6 additions and 1 deletions
7
Gemfile
7
Gemfile
|
@ -1,4 +1,9 @@
|
|||
# frozen_string_literal: true
|
||||
|
||||
source "https://rubygems.org"
|
||||
if ENV['JEKYLL_ENV'] == 'production'
|
||||
source 'https://gems.sutty.nl'
|
||||
else
|
||||
source 'https://rubygems.org'
|
||||
end
|
||||
|
||||
gemspec
|
||||
|
|
Loading…
Reference in a new issue