Skip to content

Commit 949cba9

Browse files
committed
switch git from git to https
1 parent e8054a1 commit 949cba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile-rspec-dependencies

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

0 commit comments

Comments
 (0)