1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/lib/bundler/source
David Rodríguez 7f9eb888a3 [rubygems/rubygems] Reuse package from the installer for extracting the specification
Previously we would instantiate two different packages and extract the
specification from the package twice for each gem installed. We can
reuse the installer for this so that we just need to do it once.

https://github.com/rubygems/rubygems/commit/e454f850b1
2022-06-11 18:43:28 +09:00
..
git
path
rubygems
gemspec.rb
git.rb Merge RubyGems and Bundler HEAD 2022-05-20 17:32:19 +09:00
metadata.rb Merge 3f7d0352e8 2022-04-28 19:08:49 +09:00
path.rb [rubygems/rubygems] Fix Gemfile.lock versions leaking to bundler/inline install output 2022-05-13 15:23:56 +09:00
rubygems.rb [rubygems/rubygems] Reuse package from the installer for extracting the specification 2022-06-11 18:43:28 +09:00
rubygems_aggregate.rb