From b99da9564bd9e9a6edec0e9f73508f9ea99a7949 Mon Sep 17 00:00:00 2001 From: fauno Date: Sat, 20 Jun 2020 22:16:16 -0300 Subject: [PATCH] Volver a rubygems --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index b49a0e4..a0f842e 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -source 'https://gems.sutty.nl' +source 'https://rubygems.org' git_source(:github) { |repo| "https://github.com/#{repo}.git" } # Bundle edge Rails instead: gem 'rails', github: 'rails/rails'