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.
2 parents a5c042d + 8ced353 commit ddee81fCopy full SHA for ddee81f
README.md
@@ -15,7 +15,7 @@ RSpec repos as well. Add the following to your `Gemfile`:
15
16
```ruby
17
%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'
+ gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
19
end
20
```
21
0 commit comments