From 78cfc0db65c0ee8bcf7eec5fb659d7f4b5217b7f Mon Sep 17 00:00:00 2001 From: Maikel Linke Date: Fri, 21 Nov 2025 12:59:30 +1100 Subject: [PATCH] Replace rubygems.org with gem.coop Several maintainers of RubyGems created gem.coop as a community-governed service after a takeover by RubyCentral, pushed by Shopify. We are moving with the community that reflects our values best. --- Gemfile | 2 +- Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile b/Gemfile index fd3824b450..e57cc9b443 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -source 'https://rubygems.org' +source 'https://gem.coop' git_source(:github) { |repo_name| "https://github.com/#{repo_name}.git" } ruby File.read('.ruby-version').chomp diff --git a/Gemfile.lock b/Gemfile.lock index e3ff2bcb08..8ee3c6cfbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -46,7 +46,7 @@ PATH web (0.0.1) GEM - remote: https://rubygems.org/ + remote: https://gem.coop/ specs: Ascii85 (2.0.1) actioncable (7.1.6)