aboutsummaryrefslogtreecommitdiffstats
path: root/lib/rubygems/installer.rb
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] TruffleRuby uses a bash prelude in default launchersBenoit Daloze2023-11-131-1/+2
* [rubygems/rubygems] Drop support for Ruby 2.6 and Ruby 2.7 in RubyGemsDavid Rodríguez2023-11-131-3/+1
* [rubygems/rubygems] Remove unnecessary rescueDavid Rodríguez2023-11-081-5/+0
* [rubygems/rubygems] Make the user installation less exceptionalVít Ondruch2023-11-081-12/+11
* [rubygems/rubygems] Update incorrect comments.Ellen Marie Dash2023-10-111-3/+4
* [rubygems/rubygems] Call check_that_user_bin_dir_is_in_path ANY time Gem.path...Ellen Marie Dash2023-10-111-0/+7
* [rubygems/rubygems] Load plugin immediatelySutou Kouhei2023-05-251-0/+15
* util/rubocop -A --only Style/NumericLiteralPrefixHiroshi SHIBATA2023-04-111-7/+7
* [rubygems/rubygems] Improve comment explaining the neccessity of `write_defau...Vít Ondruch2023-04-061-0/+3
* [rubygems/rubygems] util/rubocop -A --only Style/RegexpLiteralHiroshi SHIBATA2023-04-051-2/+2
* [rubygems/rubygems] util/rubocop -A --only Performance/RegexpMatchHiroshi SHIBATA2023-04-041-4/+4
* Onboard Rubocop Naming/MemoizedInstanceVariableName rule to RubyGems.Josef Šimánek2023-03-281-1/+1
* util/rubocop -A --only Layout/EmptyLineAfterMagicCommentHiroshi SHIBATA2023-03-231-0/+1
* [rubygems/rubygems] Enabled Style/RedundantReturn copHiroshi SHIBATA2023-03-231-1/+1
* [rubygems/rubygems] util/rubocop -A --only Style/NextHiroshi SHIBATA2023-03-231-11/+9
* util/rubocop -A --only Style/SymbolProcHiroshi SHIBATA2023-03-171-1/+1
* [rubygems/rubygems] util/rubocop -A --only Style/BarePercentLiteralsHiroshi SHIBATA2023-03-171-1/+1
* [rubygems/rubygems] util/rubocop -A --only Style/CommentAnnotationHiroshi SHIBATA2023-03-171-3/+3
* [rubygems/rubygems] util/rubocop -A --only Style/NestedParenthesizedCallsHiroshi SHIBATA2023-03-171-1/+1
* [rubygems/rubygems] util/rubocop -A --only Style/StringLiteralsInInterpolationHiroshi SHIBATA2023-03-171-1/+1
* More debug for 75829f4d37d31658aeebd9799b513e35fea805e0Hiroshi SHIBATA2023-03-061-0/+2
* [rubygems/rubygems] blade is hosted under ruby-lang.org nowHiroshi SHIBATA2023-01-231-1/+1
* Resync Bundler & RubyGemsDavid Rodríguez2022-09-081-3/+3
* Merge rubygems/bundler HEAD.Hiroshi SHIBATA2022-08-091-4/+4
* [rubygems/rubygems] Warn dangling symlinksDavid Rodríguez2022-08-041-9/+1
* Merge rubygems/bundler HEADHiroshi SHIBATA2022-08-031-2/+2
* RubyGems: Enable Style/StringLiterals copTakuya Noguchi2022-07-221-27/+27
* Merge RubyGems and Bundler masterHiroshi SHIBATA2022-07-131-1/+1
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-201-2/+2
* [rubygems/rubygems] I don't think this is necessaryDavid Rodríguez2022-04-161-2/+0
* [rubygems/rubygems] Support binstubs with `--enable-load-relative` prologDavid Rodríguez2022-01-151-8/+40
* [rubygems/rubygems] Extract a bit of common logic to methodsDavid Rodríguez2022-01-151-3/+10
* [rubygems/rubygems] Fix method documentation to be more correct EnglishDavid Rodríguez2022-01-151-2/+2
* [rubygems/rubygems] Add support in binstubs for trampolining bundlerDavid Rodríguez2021-12-201-1/+11
* [rubygems/rubygems] Fix race condition when reading & writing gemspecs concur...David Rodríguez2021-11-301-9/+3
* [rubygems/rubygems] Revert "Remove spec file before building"David Rodríguez2021-11-301-2/+0
* [rubygems/rubygems] Protect specs access at a finer levelDavid Rodríguez2021-11-181-10/+2
* Merge the master branch of rubygems repoHiroshi SHIBATA2021-11-161-5/+30
* [rubygems/rubygems] Prefer `require_relative` to `require` for internal requiresDavid Rodríguez2021-08-311-7/+7
* [rubygems/rubygems] Don't use gemdeps on bundler binstubDavid Rodríguez2021-08-311-3/+10
* [rubygems/rubygems] Use `Gem.use_gemdeps` only from binstubsDavid Rodríguez2021-08-311-0/+2
* Sync RubyGems and Bundler with upstreamHiroshi SHIBATA2021-07-071-1/+1
* Sync latest bundler & rubygems development versionDavid Rodríguez2021-07-071-0/+4
* Merge the master branch of RubyGemsHiroshi SHIBATA2021-04-151-2/+5
* Merge RubyGems 3.2.3 and Bundler 2.2.3Hiroshi SHIBATA2020-12-231-23/+0
* Merge prepare version of RubyGems 3.2.0Hiroshi SHIBATA2020-12-081-9/+12
* Revert "Manually merged from https://github.com/rubygems/rubygems/pull/2636"Hiroshi SHIBATA2020-09-231-6/+0
* Manually merged from https://github.com/rubygems/rubygems/pull/2636Hiroshi SHIBATA2020-09-231-0/+6
* [rubygems/rubygems] Install plugins to user directoryNobuyoshi Nakada2020-07-311-0/+1
* [rubygems/rubygems] Support PATH's using `File::ALT_SEPARATOR` in `Gem::Insta...David Rodríguez2020-07-311-0/+2