Revert gem source back to rubygems

This commit is contained in:
James Dinkel 2025-10-18 13:00:17 -05:00
parent c543a5c2c3
commit d45a339a33
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# frozen_string_literal: true # frozen_string_literal: true
source 'https://gem.coop' source 'https://rubygems.org'
gem 'rake' gem 'rake'
gem 'roda' gem 'roda'

View file

@ -1,5 +1,5 @@
GEM GEM
remote: https://gem.coop/ remote: https://rubygems.org/
specs: specs:
addressable (2.8.7) addressable (2.8.7)
public_suffix (>= 2.0.2, < 7.0) public_suffix (>= 2.0.2, < 7.0)
@ -44,9 +44,9 @@ GEM
parser (3.3.9.0) parser (3.3.9.0)
ast (~> 2.4.1) ast (~> 2.4.1)
racc racc
prism (1.5.2) prism (1.6.0)
public_suffix (6.0.2) public_suffix (6.0.2)
puma (7.0.4) puma (7.1.0)
nio4r (~> 2.0) nio4r (~> 2.0)
racc (1.8.1) racc (1.8.1)
rack (3.2.3) rack (3.2.3)
@ -60,7 +60,7 @@ GEM
regexp_parser (2.11.3) regexp_parser (2.11.3)
rerun (0.14.0) rerun (0.14.0)
listen (~> 3.0) listen (~> 3.0)
roda (3.96.0) roda (3.97.0)
rack rack
rubocop (1.81.1) rubocop (1.81.1)
json (~> 2.3) json (~> 2.3)