summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-17Move lib directory to the last of $LOAD_PATH on ruby repository.Hiroshi SHIBATA
2019-08-17[rubygems/rubygems] Fixup #2844Hiroshi SHIBATA
2019-08-17[rubygems/rubygems] installer.rb - fix #windows_stub_scriptMSP-Greg
2019-08-17[rubygems/rubygems] Do not mutate uri.query during s3 signature creationAlexander Pakulov
2019-08-17[rubygems/rubygems] Make deprecate Gem::RubyGemsVersion and Gem::ConfigMap.Hiroshi SHIBATA
2019-08-17[rubygems/rubygems] Return `nil` to clarify return value is ignoredDavid Rodríguez
2019-08-17[rubygems/rubygems] Autoswitch to exact bundler version if presentDavid Rodríguez
2019-08-17[rubygems/rubygems] Don't unregister default specificationsDavid Rodríguez
2019-08-17[rubygems/rubygems] Fix removing unresolved default spec files from mapDavid Rodríguez
2019-08-17[rubygems/rubygems] Little refactorDavid Rodríguez
2019-08-17[rubygems/rubygems] Replace domain parameter in Gem::Command#show_lookup_fail...bronzdoc
2019-08-17[rubygems/rubygems] Fix jruby issueDavid Rodríguez
2019-08-17[rubygems/rubygems] Fix old rubies compatDavid Rodríguez
2019-08-17[rubygems/rubygems] [Require] Ensure -I beats a default gemSamuel Giddins
2019-08-17[rubygems/rubygems] Make test also assert the gems that it should loadDavid Rodríguez
2019-08-17[rubygems/rubygems] Use `assert_require`David Rodríguez
2019-08-16lib/rdoc/store.rb: Use `Marshal.dump(obj, io)`Yusuke Endoh
2019-08-16Hoisted out unixsocket_len, triming NUL chars from sun_pathNobuyoshi Nakada
2019-08-16[ruby/rdoc] Use assert_raiseNobuyoshi Nakada
2019-08-16Revert "[bundler/bundler] Fixup #7297"Hiroshi SHIBATA
2019-08-16[bundler/bundler] Fixup #7297Hiroshi SHIBATA
2019-08-16[bundler/bundler] Fixed rubocop errorHiroshi SHIBATA
2019-08-16[bundler/bundler] Remove mention to remembered optionsDavid Rodríguez
2019-08-16[bundler/bundler] Document upcoming changes to remembered optionsTomoki Aonuma
2019-08-16[bundler/bundler] Add initial Bundler::BuildMetadata Spectommy
2019-08-16[bundler/bundler] Add `--[no-]git` option to `bundle gem`David Rodríguez
2019-08-16[bundler/bundler] Remove unexistent folder from exemptionsDavid Rodríguez
2019-08-16[bundler/bundler] Commit man pages to source controlDavid Rodríguez
2019-08-16[bundler/bundler] Remove misleading comment in GemfileDavid Rodríguez
2019-08-16[bundler/bundler] Stop printing deprecation messages during specsDavid Rodríguez
2019-08-16[bundler/bundler] Use a newer debugging gem in docsDavid Rodríguez
2019-08-16[bundler/bundler] Remove unexistent file from exemptionsDavid Rodríguez
2019-08-16[bundler/bundler] Fix typo in comment: attibutes -> attributesMasato Ohba
2019-08-16[bundler/bundler] Bump rspec dependency to 3.8David Rodríguez
2019-08-16[bundler/bundler] Revert "make system_bundle_bin_path helper and resolve fail...David Rodríguez
2019-08-16[bundler/bundler] Make sure spec fails if `bundle install` failsDavid Rodríguez
2019-08-16[bundler/bundler] Fix installation of system bundlerDavid Rodríguez
2019-08-16[bundler/bundler] Use non deprecated way of setting bundler pathDavid Rodríguez
2019-08-16[bundler/bundler] Clarify spec descriptionDavid Rodríguez
2019-08-16[bundler/bundler] Bump rack and sinatra to latest versionsDavid Rodríguez
2019-08-16[bundler/bundler] Normalize style with other artifice filesDavid Rodríguez
2019-08-16[bundler/bundler] Make spec pass more resilientlyDavid Rodríguez
2019-08-16[bundler/bundler] Remove unnecessary exclusionsDavid Rodríguez
2019-08-16[bundler/bundler] Enable retries on flaky specDavid Rodríguez
2019-08-16[bundler/bundler] Use the standard RUBY_ENGINE_VERSION instead of JRUBY_VERSIONBenoit Daloze
2019-08-16[bundler/bundler] Fix inconsistent lockfile orderDavid Rodríguez
2019-08-16[bundler/bundler] Indentation tweakDavid Rodríguez
2019-08-16[bundler/bundler] Reuse `root` methodDavid Rodríguez
2019-08-16lib/rdoc/parser/ruby.rb: Avoid `.chars.to_a.last`Yusuke Endoh
2019-08-16exit accepts true and false [ci skip]Nobuyoshi Nakada