From ecbbde76e4f4091f782fcac9e45c226cea1d96b4 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 6 Oct 2025 17:26:00 +0000 Subject: [PATCH 1/2] Switch to gem.coop in Gemfile --- Gemfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 5df5cc6e4..e0a15fa92 100644 --- a/Gemfile +++ b/Gemfile @@ -1,4 +1,4 @@ -source "https://rubygems.org" +source "https://gem.coop" gemspec From 86d2a29b4916dd64ef4c78be8368fcb6ac624e90 Mon Sep 17 00:00:00 2001 From: Jon Rowe Date: Mon, 6 Oct 2025 19:30:15 +0200 Subject: [PATCH 2/2] Pin to 3.13 --- Gemfile-rspec-dependencies | 2 +- maintenance-branch | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile-rspec-dependencies b/Gemfile-rspec-dependencies index e68e5fdb8..9951f29ab 100644 --- a/Gemfile-rspec-dependencies +++ b/Gemfile-rspec-dependencies @@ -4,6 +4,6 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp if File.exist?(library_path) && !ENV['USE_GIT_REPOS'] gem lib, path: library_path, require: false else - gem lib, git: "https://github.com/rspec/rspec", glob: "#{lib}/#{lib}.gemspec" + gem lib, git: "https://github.com/rspec/rspec", glob: "#{lib}/#{lib}.gemspec", branch: branch end end diff --git a/maintenance-branch b/maintenance-branch index ba2906d06..a71b13e28 100644 --- a/maintenance-branch +++ b/maintenance-branch @@ -1 +1 @@ -main +3-13-maintenance