summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2022-06-18[Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier
2022-06-17[rubygems/rubygems] Unset ENV set by official Ruby docker imagesDavid Rodríguez
2022-06-16Fix spec version guardAlan Wu
2022-06-17ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada
2022-06-15[rubygems/rubygems] Revert "Support running specs with asdf version manager"David Rodríguez
2022-06-15[rubygems/rubygems] Support running specs with asdf version managerDavid Rodríguez
2022-06-12[rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez
2022-06-07[rubygems/rubygems] Relax performance spec limitDavid Rodríguez
2022-06-02[rubygems/rubygems] Add test cases from SHA1 RFC and improve test failure mes...David Rodríguez
2022-06-02[rubygems/rubygems] Remove leftover debugging putsDavid Rodríguez
2022-06-01[rubygems/rubygems] Fix `bundle remove` by invalidating cached `Bundle.defint...Ellen Marie Dash
2022-06-01[rubygems/rubygems] Fix generated standalone script for default gemsDavid Rodríguez
2022-06-01[rubygems/rubygems] Skip duplicated dependency warning for gemspec dev depsDavid Rodríguez
2022-05-31[rubygems/rubygems] Give better conflict resolution adviceDavid Rodríguez
2022-05-30[rubygems/rubygems] Fix crash when commenting out a mirror in configurationDavid Rodríguez
2022-05-30[rubygems/rubygems] Fix crash when installing gems with symlinksDavid Rodríguez
2022-05-30[rubygems/rubygems] No need to use `FileUtils` to create symlinksDavid Rodríguez
2022-05-30[rubygems/rubygems] Fix failing spec on WindowsDavid Rodríguez
2022-05-29Update rubyspec for stringio bug fixJeremy Evans
2022-05-30[rubygems/rubygems] Ignore `Errno::EROFS` errors when creating `bundler.lock`David Rodríguez
2022-05-29[rubygems/rubygems] Ignore `Errno::EPERM` errors when creating `bundler.lock`David Rodríguez
2022-05-27[rubygems/rubygems] Show better error when previous installation fails to be ...David Rodríguez
2022-05-24[rubygems/rubygems] Fix crash when printing resolution conflicts on metadata ...David Rodríguez
2022-05-20[Feature #18595] Alias String#-@ as String#dedupJean Boussier
2022-05-20Merge RubyGems and Bundler HEADHiroshi SHIBATA
2022-05-20[rubygems/rubygems] Fix locale dependent spec failureDavid Rodríguez
2022-05-13[rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` i...David Rodríguez
2022-05-11[rubygems/rubygems] Fix error message on metadata mismatchesDavid Rodríguez
2022-05-11[rubygems/rubygems] Tweak negative expectationsDavid Rodríguez
2022-05-11[rubygems/rubygems] Extract a `next_ruby_minor` helper method for specsDavid Rodríguez
2022-05-09[rubygems/rubygems] Cleanup old legacy codeDavid Rodríguez
2022-05-04[rubygems/rubygems] Fix missing space in specDavid Rodríguez
2022-04-28Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA
2022-04-28Merge rubygems master 1e4eda741d732ca1bd7031aef0a16c7348adf7a5Hiroshi SHIBATA
2022-04-28[rubygems/rubygems] Fix missing required rubygems version when using old APIsDavid Rodríguez
2022-04-25Update to ruby/spec@3affe1eBenoit Daloze
2022-04-25Update to ruby/mspec@215497eBenoit Daloze
2022-04-19Resolve several markedown warningsTim Smith
2022-04-17Fix a typoKazuhiro NISHIYAMA