Skip to content

Commit

Permalink
Docs(gems-from-git page): Fix incorrect URLs for nokogiri
Browse files Browse the repository at this point in the history
  • Loading branch information
RDIL authored Nov 25, 2019
1 parent cbf9f65 commit b86f2cc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/v2.0/guides/git.html.haml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ title: How to install gems from git repositories
exactly the same way
:code
# lang: ruby
gem 'nokogiri', git: 'https://github.com/rack/rack.git', ref: '0bd839d'
gem 'nokogiri', git: 'https://github.com/rack/rack.git', tag: '2.0.1'
gem 'nokogiri', git: 'https://github.com/rack/rack.git', branch: 'rack-1.5'
gem 'nokogiri', git: 'https://github.com/sparklemotion/nokogiri.git', ref: '0bd839d'
gem 'nokogiri', git: 'https://github.com/sparklemotion/nokogiri.git', tag: '2.0.1'
gem 'nokogiri', git: 'https://github.com/sparklemotion/nokogiri.git', branch: 'rack-1.5'
.bullet
.description
Bundler can use HTTP(S), SSH, or git
Expand Down

0 comments on commit b86f2cc

Please sign in to comment.