Skip to content

Commit

Permalink
Merge pull request rspec#1526 from eliotsykes/favor-https-over-git-pr…
Browse files Browse the repository at this point in the history
…otocol

Favor https: over git: protocol remotes
  • Loading branch information
JonRowe committed Jan 14, 2016
2 parents b2ac99c + cf09a38 commit d108631
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -20,7 +20,7 @@ RSpec repos as well. Add the following to your `Gemfile`:

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

Expand Down

0 comments on commit d108631

Please sign in to comment.