Skip to content

Commit

Permalink
Replace unsupported git:// protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
cgriego committed Oct 10, 2023
1 parent ea1c63d commit f04404a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gemfiles/rails_head.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ source "https://rubygems.org"

gemspec :development_group => :test, :path => ".."

git "git://github.com/rails/rails.git", :branch => "main" do
git "git@github.com:rails/rails.git", :branch => "main" do
gem "activemodel"
gem "activesupport"
gem "actionpack"
end

gem "activemodel-serializers-xml", :group => :test, :git => "git://github.com/rails/activemodel-serializers-xml.git"
gem "activemodel-serializers-xml", :group => :test, :git => "git@github.com:rails/activemodel-serializers-xml.git"
gem "rexml", :group => :test
gem "protected_attributes_continued", :group => :test, :git => "git://github.com/westonganger/protected_attributes_continued"
gem "rack", :group => :test, :git => "git://github.com/rack/rack.git"
gem "protected_attributes_continued", :group => :test, :git => "git@github.com:westonganger/protected_attributes_continued"
gem "rack", :group => :test, :git => "git@github.com:rack/rack.git"

0 comments on commit f04404a

Please sign in to comment.