Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

Commit fc767be

Browse files
authored
Merge pull request #2327 from rspec/change_git_to_https
Change gemfile read only git from git to https
2 parents 56e31e3 + 845056f commit fc767be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
88
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
99
gem lib, :path => library_path
1010
else
11-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
11+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch
1212
end
1313
end
1414

0 commit comments

Comments
 (0)