summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2024-09-04[rubygems/rubygems] Load gemspecs in the context of its parent also when usin...David Rodríguez
2024-09-03Range#step: restore legacy behavior for String rangeszverok
2024-09-02[rubygems/rubygems] Don't try to remove previous install folder if it's emptyDavid Rodríguez
2024-09-02[rubygems/rubygems] Improve insecure gem overwrite messageDavid Rodríguez
2024-09-02[rubygems/rubygems] Make ruby-core check not depend on ENVDavid Rodríguez
2024-08-30[rubygems/rubygems] Emit progress to stderr when `--parseable` is passed to `...Matt Brictson
2024-08-30[rubygems/rubygems] Don't blow up when explicit version is removed from some ...David Rodríguez
2024-08-30[rubygems/rubygems] Fix grammar in one spec descriptionDavid Rodríguez
2024-08-29[rubygems/rubygems] Reject unknown platforms when running `bundle lock --add-...David Rodríguez
2024-08-26[rubygems/rubygems] Emit progress to stderr when `--print` is passed to `bund...Matt Brictson
2024-08-26[rubygems/rubygems] Fix newline=false being ignored by Shell#warnMatt Brictson
2024-08-26bundle install with git repo needs to be run under the git environmentHiroshi SHIBATA
2024-08-23[rubygems/rubygems] Don't break if extra calls to File.writable? happenKJ Tsanaktsidis
2024-08-23[rubygems/rubygems] Fix error message when Bundler refuses to install due to ...David Rodríguez
2024-08-22[rubygems/rubygems] Fix `--prefer-local` flagDavid Rodríguez
2024-08-21[rubygems/rubygems] Restore support for passing relative paths to `:git`David Rodríguez
2024-08-21[rubygems/rubygems] Add missing flag passed to `git fetch`David Rodríguez
2024-08-21[rubygems/rubygems] Add better error when trying to develop RubyGems with an ...David Rodríguez
2024-08-21[rubygems/rubygems] Regeneration previous git application caches that didn't ...David Rodríguez
2024-08-20Remove dependency on Tempfile::Remover in leakchecker.rbPeter Zhu
2024-08-18Make Range#step to consistently use + for iteration (#7444)Victor Shepelev
2024-08-05[rubygems/rubygems] Don't remove existing platform gems when PLATFORMS sectio...David Rodríguez
2024-08-05[rubygems/rubygems] Fix locked source not getting respected when `bundle upda...David Rodríguez
2024-08-05[rubygems/rubygems] Extract a `build_repo3` helperDavid Rodríguez
2024-08-05Fix truffleruby removing gems from lockfileDavid Rodríguez
2024-07-31[rubygems/rubygems] Remove some `file_uri_for` callsDavid Rodríguez
2024-07-30[rubygems/rubygems] Print a better debug message when lockfile does not inclu...David Rodríguez
2024-07-30[rubygems/rubygems] The `simulate_platform` helper can take a stringDavid Rodríguez
2024-07-30[rubygems/rubygems] Allow smoother breaking changes in test envDavid Rodríguez
2024-07-26[rubygems/rubygems] Make all tests still pass when switching from truffleruby...David Rodríguez
2024-07-26[rubygems/rubygems] Make test env resilient to ruby version changesDavid Rodríguez
2024-07-26[rubygems/rubygems] Fix bundle check exit code when git gem is missingJerome Dalbert
2024-07-25[rubygems/rubygems] bundle-gem learns to find Gemfile template correctlyJason Karns
2024-07-24Make Integer#round spec work regardless of pointer sizeAlan Wu
2024-07-24Get fixnum_{min,max} from RbConfig::LIMITS when availableAlan Wu
2024-07-24Stop depending on Integer#size to return `sizeof(long)`Alan Wu
2024-07-24Add "c_long_size" guard, supplanting "wordsize" and stop using Integer#sizeAlan Wu
2024-07-24Fix test failure of e7610582ad8fd05655221b183257ed358c903ac8Nobuyoshi Nakada
2024-07-23[rubygems/rubygems] Keep only the bare clone in the per app cacheDavid Rodríguez
2024-07-23[rubygems/rubygems] Don't serialize gemspec in the cache locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop using the cache path as the install locationDavid Rodríguez
2024-07-23[rubygems/rubygems] Stop removing the `.git` folder from cached git gemsDavid Rodríguez
2024-07-23[rubygems/rubygems] Fix `bundle exec gem uninstall`David Rodríguez
2024-07-23[rubygems/rubygems] Enable checksums on Bundler 3 for fresh lockfilesDavid Rodríguez
2024-07-23[rubygems/rubygems] Extract a `rake_path` helperDavid Rodríguez
2024-07-23[rubygems/rubygems] Normalize a few specs using sourcesDavid Rodríguez
2024-07-23[rubygems/rubygems] Enforce passing a block to `simulate_platform`David Rodríguez
2024-07-19mustermann depends on URI::RFC2396_PARSER behaviorHiroshi SHIBATA
2024-07-18[rubygems/rubygems] Fix another removal issueDavid Rodríguez
2024-07-18[rubygems/rubygems] Simplify spec assertionDavid Rodríguez