summaryrefslogtreecommitdiff
path: root/lib/rubygems.rb
AgeCommit message (Expand)Author
2021-08-31[rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez
2021-08-31[rubygems/rubygems] Replace StandardError with ExceptionDaniel Niknam
2021-08-31[rubygems/rubygems] Reword the messageDaniel Niknam
2021-08-31[rubygems/rubygems] Enhance error handling when loading the rubygems/defaults...Daniel Niknam
2021-08-31[rubygems/rubygems] Also load user installed rubygems pluginsDavid Rodríguez
2021-08-31[rubygems/rubygems] Recommend `bundle install` rather than `gem install -g`David Rodríguez
2021-08-31[rubygems/rubygems] Simplify rescue of bundler errorsDavid Rodríguez
2021-08-31[rubygems/rubygems] Move list of exceptions to the `rescue` clauseDavid Rodríguez
2021-08-31[rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez
2021-08-31[rubygems/rubygems] Remove bad TODODavid Rodríguez
2021-08-31[rubygems/rubygems] Remove unnecessary spec manipulationDavid Rodríguez
2021-07-27[rubygems/rubygems] Remove all `syck` traces from `rubygems`David Rodríguez
2021-07-07Sync RubyGems and Bundler with upstreamHiroshi SHIBATA
2021-05-11Sync bundler & rubygemsDavid Rodríguez
2021-04-15Merge the master branch of RubyGemsHiroshi SHIBATA
2021-03-08Sync latest development version of bundler & rubygemsDavid Rodríguez
2021-01-04Track RubyGems master(3.3.0.dev) branch at 55634a8af18a52df86c4275d70fa117911...Hiroshi SHIBATA
2020-12-23Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA
2020-12-18Merge RubyGems 3.2.2 and Bundler 2.2.2Hiroshi SHIBATA
2020-12-15Prepare to release rubygems-3.2.1 and bundler-2.2.1Hiroshi SHIBATA
2020-12-08Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA
2020-10-15Merge rubygems-3.2.0.rc.2Hiroshi SHIBATA
2020-09-23Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA
2020-09-23Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] Remove unnecessary guard clauseDavid Rodríguez
2020-07-31[rubygems/rubygems] Optimize Gem.already_loaded?Jean Boussier
2020-07-31Bump version to 3.2.0.rc.1Hiroshi SHIBATA
2020-07-31[rubygems/rubygems] remove explicit require(s) for auto-loaded constant(s)Karol Bucek
2020-07-31Enforce no empty lines around class body in rubygemsDavid Rodríguez
2020-06-15Add Gem.disable_system_update_message to disable gem update --system if needed.Josef Šimánek
2020-06-15Remove modelines for consistencyDavid Rodríguez
2020-06-15Use space inside block braces everywhereDavid Rodríguez
2020-06-05[rubygems/rubygems] Respect files loaded from default gems before rubygemsDavid Rodríguez
2020-06-05[rubygems/rubygems] Refactor `Gem.load_path_insert_index`David Rodríguez
2020-06-05[rubygems/rubygems] Fix performance regression in `require`David Rodríguez
2020-06-05[rubygems/rubygems] Remove explicit `psych` activationDavid Rodríguez
2020-05-08[rubygems/rubygems] Fix incorrect bundler version being requiredDavid Rodríguez
2020-05-08[rubygems/rubygems] Extract logic to a local variable for later reuseDavid Rodríguez
2020-05-08Normalize heredoc case in rubygems code baseDavid Rodríguez
2020-05-08[rubygems/rubygems] Autoload name_tuple.rb before useOlle Jonsson
2020-05-08[rubygems/rubygems] Update minitest version in `Gem.install` docsDavid Rodríguez
2020-04-23Support XDG_* (#2174)Hiroshi SHIBATA
2020-03-30[rubygems/rubygems] Enable Style/PercentLiteralDelimiters cop in rubygemsDavid Rodríguez
2020-03-24Sync rubygems with current master (#2889)David Rodríguez
2020-02-01Merge the current master branch of rubygems/rubygems.Hiroshi SHIBATA
2019-12-20Merge RubyGems 3.1.2Hiroshi SHIBATA
2019-12-16Merge RubyGems 3.1.1 and update the NEWS entry for RubyGemsHiroshi SHIBATA
2019-12-15Prepare to release rubygems-3.1.0Hiroshi SHIBATA
2019-12-13Prepare to release RubyGems 3.1.0 final version.Hiroshi SHIBATA
2019-11-13Merge released version of RubyGems 3.1.0.pre3Hiroshi SHIBATA