1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00
ruby--ruby/spec/bundler
David Rodríguez 4e7e057692 [rubygems/rubygems] Memoize materialized specs when requiring bundler/setup
Calling `Bundler.definition.specs` will memoize materialized specs.
However, requiring `bundler/setup` will end up materializing the same
set of specs, but not memoize them.

This change makes things consistent.

e4c2b52824
2021-11-01 02:01:36 +09:00
..
bundler [rubygems/rubygems] Assert NoMethodError message only partialy in downloader_spec. 2021-10-29 18:00:46 +09:00
cache [rubygems/rubygems] Use correct way to detect default gems 2021-10-13 16:21:42 +09:00
commands [rubygems/rubygems] Show proper error when previous installation of gem can't be deleted 2021-10-25 20:48:51 +09:00
install [rubygems/rubygems] Better error when installing a git lockfile and git not present 2021-10-30 06:11:39 +09:00
lock [rubygems/rubygems] Don't warn when a lockfile is locked to a dev version 2021-10-27 14:47:21 +09:00
other [rubygems/rubygems] Trigger install command by default on remove 2021-09-17 20:46:18 +09:00
plugins [rubygems/rubygems] Fix bundle plugin install misdetection of installed versions 2021-08-31 19:06:14 +09:00
realworld [rubygems/rubygems] Enforce bundler platform (and default gem) to keep invalid gemspec test compatible with ruby-trunk. 2021-10-29 18:00:47 +09:00
resolver Sync latest development version of bundler & rubygems 2021-03-08 13:47:35 +09:00
runtime [rubygems/rubygems] Memoize materialized specs when requiring bundler/setup 2021-11-01 02:01:36 +09:00
support [ruby/rubygems] Get specs green on arm64-darwin-20 2021-10-11 00:23:54 +09:00
update [rubygems/rubygems] Let update_git work with whatever branch is checkout out 2021-10-09 08:05:23 +09:00
quality_es_spec.rb Update the bundler version with master branch 2020-05-13 07:54:37 +09:00
quality_spec.rb [rubygems/rubygems] use Rubocop Lint/Debugger check rather than custom spec 2021-10-29 17:13:03 +09:00
spec_helper.rb [rubygems/rubygems] Disable RUBYGEMS_GEMDEPS for bundler spec run 2021-08-31 19:06:14 +09:00