aboutsummaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [bundler/bundler] No need to activate the `fileutils` default gemDavid Rodríguez2019-08-181-6/+1
* [bundler/bundler] Last relative requiresDavid Rodríguez2019-08-183-9/+9
* [bundler/bundler] Move local variable to only branch where it's usedDavid Rodríguez2019-08-181-1/+1
* [bundler/bundler] Fix open default gem errorZehan Zhao2019-08-181-5/+9
* [bundler/bundler] Fix `bundle doctor` commandDavid Rodríguez2019-08-181-1/+1
* [bundler/bundler] Bundler displays a duplicate gem entries warning even if ge...David Stosik2019-08-181-1/+1
* The "exe" dir doesn't exist in this repostiroyaycabta2019-08-181-2/+0
* Don't crash when deleting at the end of the lineAlan Wu2019-08-181-2/+2
* $LOAD_PATH elements should be real pathsNobuyoshi Nakada2019-08-181-1/+1
* Remove CI files from listaycabta2019-08-171-1/+1
* Removed formatter_test_case and text_formatter_test_case from Gem::Specificat...Hiroshi SHIBATA2019-08-171-1/+1
* Removed autoload from Markup.Hiroshi SHIBATA2019-08-171-2/+0
* Removed test_case files from lib directory.Hiroshi SHIBATA2019-08-172-879/+0
* [bundler/bundler] Fix bundle bin location in core repoDavid Rodríguez2019-08-171-1/+1
* Support the current stable version of Ruby like 2.5 and 2.6.Hiroshi SHIBATA2019-08-171-2/+2
* Revert "`Gem.load_path_insert_index always returns non-nil index after Ruby 1.9"Hiroshi SHIBATA2019-08-171-1/+1
* Added comments for extended require by RubyGemsHiroshi SHIBATA2019-08-171-1/+3
* `Gem.load_path_insert_index always returns non-nil index after Ruby 1.9Hiroshi SHIBATA2019-08-171-1/+1
* Try to continue on LoadError with gem_original_requireHiroshi SHIBATA2019-08-171-2/+6
* Keep the existance behavior with symlink pathHiroshi SHIBATA2019-08-171-1/+3
* Revert "Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem""Hiroshi SHIBATA2019-08-172-0/+21
* Fix typosKazuhiro NISHIYAMA2019-08-171-1/+1
* Revert "[rubygems/rubygems] [Require] Ensure -I beats a default gem"Hiroshi SHIBATA2019-08-172-21/+0
* Fixed Insecure Operation in requireHiroshi SHIBATA2019-08-171-1/+1
* [rubygems/rubygems] Fixup #2844Hiroshi SHIBATA2019-08-171-1/+1
* [rubygems/rubygems] installer.rb - fix #windows_stub_scriptMSP-Greg2019-08-171-3/+3
* [rubygems/rubygems] Do not mutate uri.query during s3 signature creationAlexander Pakulov2019-08-171-7/+7
* [rubygems/rubygems] Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap.Hiroshi SHIBATA2019-08-171-0/+2
* [rubygems/rubygems] Return `nil` to clarify return value is ignoredDavid Rodríguez2019-08-171-1/+1
* [rubygems/rubygems] Autoswitch to exact bundler version if presentDavid Rodríguez2019-08-171-0/+5
* [rubygems/rubygems] Don't unregister default specificationsDavid Rodríguez2019-08-172-13/+2
* [rubygems/rubygems] Fix removing unresolved default spec files from mapDavid Rodríguez2019-08-171-0/+1
* [rubygems/rubygems] Little refactorDavid Rodríguez2019-08-171-3/+5
* [rubygems/rubygems] Replace domain parameter in Gem::Command#show_lookup_fail...bronzdoc2019-08-172-5/+5
* [rubygems/rubygems] Fix jruby issueDavid Rodríguez2019-08-171-2/+2
* [rubygems/rubygems] Fix old rubies compatDavid Rodríguez2019-08-171-1/+1
* [rubygems/rubygems] [Require] Ensure -I beats a default gemSamuel Giddins2019-08-172-0/+21
* lib/rdoc/store.rb: Use `Marshal.dump(obj, io)`Yusuke Endoh2019-08-161-12/+4
* [bundler/bundler] Add `--[no-]git` option to `bundle gem`David Rodríguez2019-08-162-1/+2
* [bundler/bundler] Remove misleading comment in GemfileDavid Rodríguez2019-08-161-4/+1
* [bundler/bundler] Stop printing deprecation messages during specsDavid Rodríguez2019-08-161-2/+18
* [bundler/bundler] Fix typo in comment: attibutes -> attributesMasato Ohba2019-08-161-1/+1
* [bundler/bundler] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze2019-08-161-11/+1
* [bundler/bundler] Fix inconsistent lockfile orderDavid Rodríguez2019-08-161-1/+6
* [bundler/bundler] Reuse `root` methodDavid Rodríguez2019-08-161-2/+2
* lib/rdoc/parser/ruby.rb: Avoid `.chars.to_a.last`Yusuke Endoh2019-08-161-2/+2
* RDoc::Parser::C: Integrate do_classes and do_modules by one regexp matchYusuke Endoh2019-08-161-103/+95
* Use test/unit instead of test-unit. Because test-unit is only provided standa...Hiroshi SHIBATA2019-08-161-1/+1
* Use Gemfile instead of add_development_dependency.Hiroshi SHIBATA2019-08-161-6/+0
* Use test-unit instead of minitestNobuyoshi Nakada2019-08-161-1/+1