Merge pull request #13741 from mkllnk/gem-coop

Replace rubygems.org with gem.coop
This commit is contained in:
David Cook
2025-11-25 13:01:03 +11:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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)