From 5a9077044204123f3bad01594349ddcf764cf45e Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Thu, 9 Oct 2025 14:15:12 +0200 Subject: [PATCH 1/2] chore(Gemfile): switch to https://gem.coop Signed-off-by: Arthur Lutz --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 48d8bf75c..539db52da 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -source "https://rubygems.org" +source "https://gem.coop" gem "abbrev" gem "authie" gem "autoprefixer-rails" From 7fa55a19b3b524d74baf78ad6951005f41603494 Mon Sep 17 00:00:00 2001 From: Arthur Lutz Date: Thu, 9 Oct 2025 14:22:27 +0200 Subject: [PATCH 2/2] chore(Gemfile.lock): switch https://gem.coop --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a4ad73ca5..94d0060ff 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: https://rubygems.org/ + remote: https://gem.coop specs: abbrev (0.1.2) actioncable (7.1.5.2)