summaryrefslogtreecommitdiff
path: root/spec/bundler/support
AgeCommit message (Expand)Author
2025-05-31rake 13.3.0 -> 13.2.1Koichi Sasada
2025-05-30Update bundled gems list as of 2025-05-30git
2025-05-29Initialize `gems` tmp when initializing bundled_gems_spec suiteDavid Rodríguez
2025-05-26[rubygems/rubygems] Bump required_ruby_version to 3.2Samuel Giddins
2025-05-19[rubygems/rubygems] Fix test warnings introduced by recent CGI changesDavid Rodríguez
2025-05-19[rubygems/rubygems] Test JRuby 10David Rodríguez
2025-05-09Added cgi for bundler testing. rack depends cgi/cookie.rbHiroshi SHIBATA
2025-04-10Sync Bundler and adapt to new spec setupDavid Rodríguez
2025-04-01[rubygems/rubygems] Let compact index response parser consistently return a m...David Rodríguez
2025-03-12[rubygems/rubygems] Path helper to build paths in compact index cacheDavid Rodríguez
2025-03-12[rubygems/rubygems] Prefer `FileUtils.rm_r` to `FileUtils.rm_rf` for specsDavid Rodríguez
2025-03-12[rubygems/rubygems] Refactor specs to not try to remove folders that don't existDavid Rodríguez
2025-03-10[rubygems/rubygems] Adapt specs to extraction of irb from ruby-coreDavid Rodríguez
2025-02-27[rubygems/rubygems] Improve error message when on read-only filesystemsDavid Rodríguez
2025-02-21[rubygems/rubygems] bin/rubocop -a --only Style/MultipleComparisonHiroshi SHIBATA
2025-02-19[rubygems/rubygems] Make sure empty gems are not reinstalled every timeDavid Rodríguez
2025-02-19[rubygems/rubygems] Don't add gemspec to specification list of our test gemsDavid Rodríguez
2025-02-18[rubygems/rubygems] Fix locked gems being upgraded when locked dependencies a...David Rodríguez
2025-02-18[rubygems/rubygems] Extract a `TheBundle#locked_specs` test helperDavid Rodríguez
2025-02-14[rubygems/rubygems] Let `:bundler` filter raise if not given major versionsDavid Rodríguez
2025-01-28[rubygems/rubygems] Support installing arm native gems on WindowsDavid Rodríguez
2025-01-28[rubygems/rubygems] Use RubyGems helpers for finding a non local tag for specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary platform helpersDavid Rodríguez
2025-01-28[rubygems/rubygems] Remove unnecessary test codeDavid Rodríguez
2025-01-28[rubygems/rubygems] Improve simulating Windows during Bundler specsDavid Rodríguez
2025-01-28[rubygems/rubygems] Refactor specs to use platform strings directlyDavid Rodríguez
2025-01-16[rubygems/rubygems] Introduce Spec::Path.sinatra_dependency_paths for sinatra...Hiroshi SHIBATA
2025-01-16[rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helperDavid Rodríguez
2025-01-14Remove test dependency on loggerDavid Rodríguez
2025-01-14[rubygems/rubygems] Remove no longer used spec filterDavid Rodríguez
2025-01-10Added logger dependency for Bundler's exampleHiroshi SHIBATA
2025-01-02[rubygems/rubygems] unskip `print_args` and `fake_man` tests on Windowssodacris
2024-12-13[rubygems/rubygems] Add note about why we don't use `Open3`David Rodríguez
2024-12-13[rubygems/rubygems] No need for `--quiet` since we hide output by defaultDavid Rodríguez
2024-12-13[rubygems/rubygems] Don't print a bunch of blank lines when setting up depend...David Rodríguez
2024-12-04[rubygems/rubygems] allow `bat` files to be created alongside with script fil...sodacris
2024-11-26[rubygems/rubygems] Enable `Performance/MapCompact` copDavid Rodríguez
2024-11-26[rubygems/rubygems] More aggressive `Performance/FlatMap` cop configurationDavid Rodríguez
2024-11-21[rubygems/rubygems] Explicitly load build_metadata.rb because Spec::BuildMeta...Hiroshi SHIBATA
2024-11-21[rubygems/rubygems] Silent verbose stdout for dependency of test gemsHiroshi SHIBATA
2024-11-19Test with sinatra to 4.1.0David Rodríguez
2024-11-14[rubygems/rubygems] Fix `bin/rake spec:all` taskDavid Rodríguez
2024-11-14[rubygems/rubygems] I don't see how this could happenDavid Rodríguez
2024-10-10[rubygems/rubygems] Fix specs with missing extensions getting activatedDavid Rodríguez
2024-10-10[rubygems/rubygems] Fix warnings about old C styleDavid 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-04[rubygems/rubygems] Update spec rubygems_extSamuel Giddins