summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* [rubygems/rubygems] Fix `simulate_windows` helperDavid Rodríguez2022-07-082-0/+8
* [rubygems/rubygems] Account for default gems not having remote when cachingDavid Rodríguez2022-07-021-0/+12
* Relax `not_before` limitNobuyoshi Nakada2022-07-021-1/+1
* Fix TODO in stringio/truncate_spec.rbNobuyoshi Nakada2022-07-011-12/+3
* stop CI failures.Koichi Sasada2022-07-011-2/+3
* Add more check to debug failuresKazuhiro NISHIYAMA2022-06-301-1/+1
* [rubygems/rubygems] Print error messages just once in verbose modeDavid Rodríguez2022-06-272-11/+30
* Fix Process.clock_gettime specs on OpenBSDJeremy Evans2022-06-261-1/+3
* Update to ruby/spec@ab32a1aBenoit Daloze2022-06-2674-318/+1195
* Update to ruby/mspec@78b5d86Benoit Daloze2022-06-268-11/+69
* [rubygems/rubygems] Fix pending Bundler specsDavid Rodríguez2022-06-269-12/+16
* Sync RubyGems & Bundler with upstream repoDavid Rodríguez2022-06-243-14/+14
* [rubygems/rubygems] Fix standalone script generation for statically linked de...David Rodríguez2022-06-231-5/+23
* [rubygems/rubygems] Fix `bundle package --no-install` no longer skipping installDavid Rodríguez2022-06-231-1/+1
* [Feature #18788] Spec for options as `String` to `Regexp.new`Nobuyoshi Nakada2022-06-201-0/+39
* Spec update for warnning suspicious flag to `Regexp.new`Nobuyoshi Nakada2022-06-201-6/+31
* [rubygems/rubygems] Fix extension paths in generated standalone scriptcitrusmoose2022-06-201-1/+2
* [Bug #18813] Warn when autoload has to lookup in parent namespaceJean Boussier2022-06-181-0/+30
* [rubygems/rubygems] Unset ENV set by official Ruby docker imagesDavid Rodríguez2022-06-171-0/+2
* Fix spec version guardAlan Wu2022-06-161-1/+1
* ENV.merge! support multile arguments [Feature #18279]Nobuyoshi Nakada2022-06-171-0/+9
* [rubygems/rubygems] Revert "Support running specs with asdf version manager"David Rodríguez2022-06-151-10/+1
* [rubygems/rubygems] Support running specs with asdf version managerDavid Rodríguez2022-06-151-1/+10
* [rubygems/rubygems] Don't on gemspecs with invalid `require_paths`, just warnDavid Rodríguez2022-06-121-1/+11
* [rubygems/rubygems] Relax performance spec limitDavid Rodríguez2022-06-071-1/+1
* [rubygems/rubygems] Add test cases from SHA1 RFC and improve test failure mes...David Rodríguez2022-06-021-2/+9
* [rubygems/rubygems] Remove leftover debugging putsDavid Rodríguez2022-06-021-1/+0
* [rubygems/rubygems] Fix `bundle remove` by invalidating cached `Bundle.defint...Ellen Marie Dash2022-06-011-0/+30
* [rubygems/rubygems] Fix generated standalone script for default gemsDavid Rodríguez2022-06-011-1/+8
* [rubygems/rubygems] Skip duplicated dependency warning for gemspec dev depsDavid Rodríguez2022-06-011-0/+26
* [rubygems/rubygems] Give better conflict resolution adviceDavid Rodríguez2022-05-311-3/+64
* [rubygems/rubygems] Fix crash when commenting out a mirror in configurationDavid Rodríguez2022-05-301-0/+28
* [rubygems/rubygems] Fix crash when installing gems with symlinksDavid Rodríguez2022-05-302-2/+36
* [rubygems/rubygems] No need to use `FileUtils` to create symlinksDavid Rodríguez2022-05-302-3/+3
* [rubygems/rubygems] Fix failing spec on WindowsDavid Rodríguez2022-05-301-5/+2
* Update rubyspec for stringio bug fixJeremy Evans2022-05-291-5/+16
* [rubygems/rubygems] Ignore `Errno::EROFS` errors when creating `bundler.lock`David Rodríguez2022-05-301-0/+11
* [rubygems/rubygems] Ignore `Errno::EPERM` errors when creating `bundler.lock`David Rodríguez2022-05-291-0/+11
* [rubygems/rubygems] Show better error when previous installation fails to be ...David Rodríguez2022-05-271-6/+2
* [rubygems/rubygems] Fix crash when printing resolution conflicts on metadata ...David Rodríguez2022-05-241-0/+21
* [Feature #18595] Alias String#-@ as String#dedupJean Boussier2022-05-203-45/+57
* Merge RubyGems and Bundler HEADHiroshi SHIBATA2022-05-205-6/+32
* [rubygems/rubygems] Fix locale dependent spec failureDavid Rodríguez2022-05-201-1/+1
* [rubygems/rubygems] Fix `Gemfile.lock` versions leaking to `bundler/inline` i...David Rodríguez2022-05-133-36/+51
* [rubygems/rubygems] Fix error message on metadata mismatchesDavid Rodríguez2022-05-112-0/+41
* [rubygems/rubygems] Tweak negative expectationsDavid Rodríguez2022-05-111-2/+2
* [rubygems/rubygems] Extract a `next_ruby_minor` helper method for specsDavid Rodríguez2022-05-112-6/+8
* [rubygems/rubygems] Cleanup old legacy codeDavid Rodríguez2022-05-091-26/+0
* [rubygems/rubygems] Fix missing space in specDavid Rodríguez2022-05-041-1/+1
* Merge https://github.com/rubygems/rubygems/commit/3f7d0352e84b29d4a2d4cd93b31...Hiroshi SHIBATA2022-04-285-34/+69