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

Commit bfb3ab8

Browse files
committed
Use https:// instead of git:// for README URLs
See #2327. git:// URLs are insecure and cause recent versions of Bundler to emit a warning.
1 parent cf84052 commit bfb3ab8

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
@@ -15,7 +15,7 @@ RSpec repos as well. Add the following to your `Gemfile`:
1515

1616
```ruby
1717
%w[rspec rspec-core rspec-expectations rspec-mocks rspec-support].each do |lib|
18-
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
18+
gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
1919
end
2020
```
2121

0 commit comments

Comments
 (0)