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

Commit e96cc73

Browse files
authored
Merge pull request #295 from rspec/change_git_to_https
switch git from git to https
2 parents e71681f + 3c90b68 commit e96cc73

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
@@ -9,7 +9,7 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
99
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
1010
gem lib, :path => library_path
1111
else
12-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch
12+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch
1313
end
1414
end
1515

0 commit comments

Comments
 (0)