Age | Commit message (Collapse) | Author |
---|
| https://github.com/rubygems/rubygems/commit/7585825c57 |
| default one Previously, if you have bundler installed both as a regular gem and a default gem, the default gem would be displayed by `gem list`. https://github.com/rubygems/rubygems/commit/10a6b1736e |
| From running in a random rails app I have locally, here are the changes 1) for `bundle lock --update --bundler` (forcing Bundler to go through dependency resolution) ``` ==> memprof.after.txt <== Total allocated: 2.98 MB (48307 objects) Total retained: 1.21 MB (16507 objects) ==> memprof.before.txt <== Total allocated: 12.62 MB (198506 objects) Total retained: 1.30 MB (23133 objects) ``` 2) for `bin/rails runner true` (essentially only bundler/setup) ``` ==> memprof.after.txt <== Total allocated: 59.50 kB (1017 objects) Total retained: 25.08 kB (362 objects) ==> memprof.before.txt <== Total allocated: 561.82 kB (8575 objects) Total retained: 27.28 kB (513 objects) ``` https://github.com/rubygems/rubygems/commit/35c8ed2cb8 |
| |
| https://github.com/rubygems/rubygems/commit/3e4f5dc008 |
| https://github.com/rubygems/rubygems/commit/aa95ee27a2 |
| https://github.com/rubygems/rubygems/commit/cb554f6eb7 |
| https://github.com/rubygems/rubygems/commit/48c88466b7 |
| https://github.com/rubygems/rubygems/commit/4d680320e3 |
| https://github.com/rubygems/rubygems/commit/d8efd919db |
| https://github.com/rubygems/rubygems/commit/e4cee1f975 |
| Pick from https://github.com/rubygems/rubygems/commit/dfbb5a38114640e0d8d616861607f3de73ee0199 Notes: Merged: https://github.com/ruby/ruby/pull/6224 |
| Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com> |
| https://github.com/rubygems/rubygems/commit/125415593ead9ab69a9f0bb5392c9d7ec61b1f51 |
| search, and query commands It's deprecated functionality. https://github.com/rubygems/rubygems/commit/13d3eb6cb0 |
| search` Make it more explicit that if not specific arguments are given, the value of `-n` is used. https://github.com/rubygems/rubygems/commit/ed811ddc00 |
| https://github.com/rubygems/rubygems/commit/f7f504b24c |
| https://github.com/rubygems/rubygems/commit/51796f257a |
| Notes: Merged: https://github.com/ruby/ruby/pull/3864 |
| To make rubygems code style consistent with bundler. Notes: Merged: https://github.com/ruby/ruby/pull/3229 |
| Just started to develop RubyGems 3.2.0. |