Skip to content

Commit d108631

Browse files
committed
Merge pull request #1526 from eliotsykes/favor-https-over-git-protocol
Favor https: over git: protocol remotes
2 parents b2ac99c + cf09a38 commit d108631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ RSpec repos as well. Add the following to your `Gemfile`:
2020

2121
```ruby
2222
%w[rspec-core rspec-expectations rspec-mocks rspec-rails rspec-support].each do |lib|
23-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
23+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
2424
end
2525
```
2626

0 commit comments

Comments
 (0)