From d45a339a33ea79f5fd96c33901dc5709d2214ef6 Mon Sep 17 00:00:00 2001 From: James Dinkel Date: Sat, 18 Oct 2025 13:00:17 -0500 Subject: [PATCH] Revert gem source back to rubygems --- Gemfile | 2 +- Gemfile.lock | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Gemfile b/Gemfile index c62109d..b832935 100644 --- a/Gemfile +++ b/Gemfile @@ -1,6 +1,6 @@ # frozen_string_literal: true -source 'https://gem.coop' +source 'https://rubygems.org' gem 'rake' gem 'roda' diff --git a/Gemfile.lock b/Gemfile.lock index 81486fb..f5b8b51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,5 +1,5 @@ GEM - remote: https://gem.coop/ + remote: https://rubygems.org/ specs: addressable (2.8.7) public_suffix (>= 2.0.2, < 7.0) @@ -44,9 +44,9 @@ GEM parser (3.3.9.0) ast (~> 2.4.1) racc - prism (1.5.2) + prism (1.6.0) public_suffix (6.0.2) - puma (7.0.4) + puma (7.1.0) nio4r (~> 2.0) racc (1.8.1) rack (3.2.3) @@ -60,7 +60,7 @@ GEM regexp_parser (2.11.3) rerun (0.14.0) listen (~> 3.0) - roda (3.96.0) + roda (3.97.0) rack rubocop (1.81.1) json (~> 2.3)