mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
* lib/rubygems: Update to RubyGems master dcce4ff. Important changes
in this commit: Remove automatic detection of gem dependencies files. This prevents a security hole as described in [ruby-core:58490] Fixed bugs for installing git gems. * test/rubygems: ditto. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43806 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
0a5fc9c35f
commit
e8e18cff7a
8 changed files with 57 additions and 9 deletions
|
@ -1738,6 +1738,10 @@ dependencies: []
|
|||
RbConfig::CONFIG['ENABLE_SHARED'] = enable_shared
|
||||
end
|
||||
|
||||
def test_source
|
||||
assert_kind_of Gem::Source::Installed, @a1.source
|
||||
end
|
||||
|
||||
def test_full_require_paths
|
||||
ext_spec
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue