We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8054a1 commit 949cba9Copy full SHA for 949cba9
Gemfile-rspec-dependencies
@@ -4,6 +4,6 @@ branch = File.read(File.expand_path("../maintenance-branch", __FILE__)).chomp
4
if File.exist?(library_path) && !ENV['USE_GIT_REPOS']
5
gem lib, :path => library_path, :require => false
6
else
7
- gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => branch, :require => false
+ gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => branch, :require => false
8
end
9
0 commit comments