mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* lib/rubygems: Update to RubyGems master 14749ce. This fixes bugs
handling of gem dependencies lockfiles (Gemfile.lock). * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44054 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
866b438c21
commit
7ed9b794b4
27 changed files with 1083 additions and 108 deletions
|
@ -202,7 +202,10 @@ class Gem::Source
|
|||
q.group 2, '[Remote:', ']' do
|
||||
q.breakable
|
||||
q.text @uri.to_s
|
||||
|
||||
if api = api_uri
|
||||
q.breakable
|
||||
q.text 'API URI: '
|
||||
q.text api.to_s
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue