From 86ad0680c068bbc650541b25d7e1d12fff7a83a3 Mon Sep 17 00:00:00 2001 From: Chris Griego Date: Tue, 10 Oct 2023 08:31:17 -0700 Subject: [PATCH] Use main branch for rack --- gemfiles/rails_head.gemfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gemfiles/rails_head.gemfile b/gemfiles/rails_head.gemfile index 8886d92..9557d36 100644 --- a/gemfiles/rails_head.gemfile +++ b/gemfiles/rails_head.gemfile @@ -10,5 +10,5 @@ end gem "activemodel-serializers-xml", :group => :test, :git => "https://github.com/rails/activemodel-serializers-xml.git" gem "rexml", :group => :test -gem "protected_attributes_continued", :group => :test, :git => "https://github.com/westonganger/protected_attributes_continued" -gem "rack", :group => :test, :git => "https://github.com/rack/rack.git" +gem "protected_attributes_continued", :group => :test, :git => "https://github.com/westonganger/protected_attributes_continued.git" +gem "rack", :group => :test, :git => "https://github.com/rack/rack.git", :branch => "main"