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 b2ac99c + cf09a38 commit d108631Copy full SHA for d108631
README.md
@@ -20,7 +20,7 @@ RSpec repos as well. Add the following to your `Gemfile`:
20
21
```ruby
22
%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'
+ gem lib, :git => "https://github.com/rspec/#{lib}.git", :branch => 'master'
24
end
25
```
26
0 commit comments