summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2022-08-15[rubygems/rubygems] Fix Ruby platform incorrectly removed on `bundle update`David Rodríguez
2022-08-11Fix Array#[] with ArithmeticSequence with negative steps (#5739)Jeremy Evans
2022-08-10Only allow procs created by Symbol#to_proc to call public methodsJeremy Evans
2022-08-08[Bug #18946] New tests for fixed Time/DateTime conversionsNobuyoshi Nakada
2022-08-08[Bug #18946] Use Gregorian dates to testNobuyoshi Nakada
2022-08-07Silent backtrace from cve_2019_8325_spec.rbNobuyoshi Nakada
2022-08-06[rubygems/rubygems] Fix yanked gems being unintentionally update when other g...David Rodríguez
2022-08-05Test that File.read defaults to text modeAlan Wu
2022-08-05[rubygems/rubygems] Automatically remove "ruby" from lockfile if incompleteDavid Rodríguez
2022-08-03[rubygems/rubygems] Fix `bundle outdated --strict`David Rodríguez
2022-08-03[rubygems/rubygems] Fix conservative updates regardless of `--strict`David Rodríguez
2022-08-03Merge rubygems/bundler HEADHiroshi SHIBATA
2022-08-02Implement Queue#pop(timeout: sec)Jean Boussier
2022-08-02[rubygems/rubygems] Preserve the previous behavior of raising an error when i...David Rodríguez
2022-08-02[rubygems/rubygems] Check for errors in error streamDavid Rodríguez
2022-08-02[rubygems/rubygems] Don't discard candidates matching ruby metadataDavid Rodríguez
2022-08-01[rubygems/rubygems] Fix crash when running `bundle outdated` in debug modeDavid Rodríguez
2022-08-01[rubygems/rubygems] Fix comment incorrectly copied from another specDavid Rodríguez
2022-07-30[rubygems/rubygems] Make `--standalone` play nice with `--local`David Rodríguez
2022-07-29Merge rubygems master from https://github.com/rubygems/rubygems/commit/446cc5...Hiroshi SHIBATA
2022-07-27Update to ruby/spec@cbfaf51Benoit Daloze
2022-07-27Update to ruby/mspec@290e36aBenoit Daloze
2022-07-27[rubygems/rubygems] Add ignore_funding_requests config flagmoe
2022-07-27[rubygems/rubygems] Use main as default branch for Bundler specsDavid Rodríguez
2022-07-26Merge rubygems/bundler HEADHiroshi SHIBATA
2022-07-21Do not chomp trailing line separator IO#each with nil separator and chompJeremy Evans
2022-07-21Do not have class/module keywords look up ancestors of ObjectJeremy Evans
2022-07-19[rubygems/rubygems] Bundler: change error/warning message for multiple global...Takuya Noguchi
2022-07-18[rubygems/rubygems] Improve error message when gems cannot be foundDavid Rodríguez
2022-07-17[rubygems/rubygems] bundler: fix typo in inline RuboCop configTakuya Noguchi
2022-07-17[rubygems/rubygems] Show a proper error if extension dir is not writableDavid Rodríguez
2022-07-14[rubygems/rubygems] Fix misleading error if compact index cannot be copiedDavid Rodríguez
2022-07-13Merge RubyGems and Bundler masterHiroshi SHIBATA
2022-07-08[rubygems/rubygems] Fix `simulate_windows` helperDavid Rodríguez
2022-07-02[rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez
2022-07-02Relax `not_before` limitNobuyoshi Nakada
2022-07-01Fix TODO in stringio/truncate_spec.rbNobuyoshi Nakada
2022-07-01stop CI failures.Koichi Sasada
2022-06-30Add more check to debug failuresKazuhiro NISHIYAMA
2022-06-27[rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez
2022-06-26Fix Process.clock_gettime specs on OpenBSDJeremy Evans
2022-06-26Update to ruby/spec@ab32a1aBenoit Daloze
2022-06-26Update to ruby/mspec@78b5d86Benoit Daloze
2022-06-26[rubygems/rubygems] Fix pending Bundler specsDavid Rodríguez
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
2022-06-23[rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez
2022-06-23[rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez
2022-06-20[Feature #18788] Spec for options as `String` to `Regexp.new`Nobuyoshi Nakada
2022-06-20Spec update for warnning suspicious flag to `Regexp.new`Nobuyoshi Nakada
2022-06-20[rubygems/rubygems] Fix extension paths in generated standalone scriptcitrusmoose