summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2024-11-08[rubygems/rubygems] Fix private registry credentials being written to logssamisalamiws
2024-11-08[rubygems/rubygems] Warn on insecure materializationDavid Rodríguez
2024-11-08[rubygems/rubygems] Fix typoDavid Rodríguez
2024-11-08[rubygems/rubygems] Simplify tests that deal with lockfile using only "ruby" ...David Rodríguez
2024-11-08[rubygems/rubygems] Make sure platforms in spec lockfile are properly sortedDavid Rodríguez
2024-11-08Do not round `a**b` to infinityYusuke Endoh
2024-11-08[rubygems/rubygems] Add `bundle lock --add-checksums` to add checksums to an ...David Rodríguez
2024-11-07Quarantine unreliable specBenoit Daloze
2024-11-07[rubygems/rubygems] Undeprecate Gemfiles without a global sourceDavid Rodríguez
2024-11-07Loosen the criteria for timing checks of Kernel#sleepYusuke Endoh
2024-11-06Update to ruby/spec@54c391eBenoit Daloze
2024-11-06Update to ruby/mspec@6499325Benoit Daloze
2024-11-06[rubygems/rubygems] This is not about the lockfile anymoreDavid Rodríguez
2024-11-06[rubygems/rubygems] Automatically fix lockfile when the API reveals missing depsDavid Rodríguez
2024-11-06[rubygems/rubygems] Add missing spec for materializing lockfiles with only "r...David Rodríguez
2024-11-06[rubygems/rubygems] Fix some JRuby warnings when using `bundler/setup` with R...David Rodríguez
2024-11-06macOS 15 is the stable version todayHiroshi SHIBATA
2024-11-06Assert newly added warning in `JSON.load`Nobuyoshi Nakada
2024-11-05[rubygems/rubygems] Test with JRuby 9.4.9.0David Rodríguez
2024-11-04YJIT: Replace Array#each only when YJIT is enabled (#11955)Takashi Kokubun
2024-11-04[rubygems/rubygems] Fix incompatible encodings errorDavid Rodríguez
2024-10-31[rubygems/rubygems] Add useful error message for plugin loadSarah Sehr
2024-10-30[rubygems/rubygems] Update `--ext=rust` to support compiling the native exten...Guilherme Carreiro
2024-10-23Harden the ObjectSpace.memsize_of specJean Boussier
2024-10-23[rubygems/rubygems] Print a proper error when there's a previous empty instal...David Rodríguez
2024-10-23[rubygems/rubygems] Improve Bundler errors when trying to install to a protec...David Rodríguez
2024-10-23[rubygems/rubygems] Improve `Bundler::GenericSystemCall` error messageDavid Rodríguez
2024-10-23[rubygems/rubygems] Consistently use `:create` action when creating directoriesDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix out of date spec descriptionDavid Rodríguez
2024-10-23[rubygems/rubygems] Fix running `bundler` (with a final `r`) in a `bundle exe...David Rodríguez
2024-10-23[rubygems/rubygems] Remove the need for some bundler monkeypatchesDavid Rodríguez
2024-10-22[rubygems/rubygems] Cleanup some specs after recent support dropDavid Rodríguez
2024-10-22[rubygems/rubygems] Change one `bundle check` spec to not touch the networkDavid Rodríguez
2024-10-21Show where mutated chilled strings were allocatedÉtienne Barrié
2024-10-18[rubygems/rubygems] Add `bundle add --quiet` optionJerome Dalbert
2024-10-17[rubygems/rubygems] Allow using `gemspec` DSL twice with same dependency and ...David Rodríguez
2024-10-16[rubygems/rubygems] Fix `bundle check` sometimes locking gems under the wrong...David Rodríguez
2024-10-16[rubygems/rubygems] Delay and refactor verification of changed sourcesDavid Rodríguez
2024-10-15[Bug #20797] Yet another testNobuyoshi Nakada
2024-10-14[Bug #20797] Check seconds in UTC offset as well as minutesNobuyoshi Nakada
2024-10-12Support `IO#timeout` for `rsock_connect`. (#11880)Samuel Williams
2024-10-10[rubygems/rubygems] Fix specs with missing extensions getting activatedDavid Rodríguez
2024-10-10[rubygems/rubygems] Remove code that's not needed for the spec to passDavid Rodríguez
2024-10-10[rubygems/rubygems] Fix warnings about old C styleDavid Rodríguez
2024-10-09[rubygems/rubygems] Fix `Gem::Specification#gem_dir` losing custom source for...David Rodríguez
2024-10-08[rubygems/rubygems] Give `gem install` commands more timeDavid Rodríguez
2024-10-08[rubygems/rubygems] Remove more unnecessary ENV modificationsDavid Rodríguez
2024-10-08[rubygems/rubygems] Pass `--verbose` to realworld gem installationDavid Rodríguez
2024-10-08[rubygems/rubygems] Don't modify ENV when installing realworld gemsDavid Rodríguez
2024-10-05[Bug #20705] Update `strtod` implementationNobuyoshi Nakada