From accc5ed49bd8935c280d84818e5242ca2557ed01 Mon Sep 17 00:00:00 2001 From: f Date: Thu, 15 Apr 2021 16:12:37 -0300 Subject: [PATCH] =?UTF-8?q?usar=20gemas=20de=20producci=C3=B3n=20precompil?= =?UTF-8?q?adas=20de=20gems.sutty.nl?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Gemfile | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index bb94df8..1112b9d 100644 --- a/Gemfile +++ b/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