summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2024-07-18[rubygems/rubygems] Fix incorrect standalone script when default gems with ex...David Rodríguez
2024-07-18[rubygems/rubygems] Remove unnecessary `artifice` parameterDavid Rodríguez
2024-07-18[rubygems/rubygems] Use latest shellwords for standalone testDavid Rodríguez
2024-07-18[rubygems/rubygems] Ext is generally not in `require_paths`David Rodríguez
2024-07-18[rubygems/rubygems] Fix gemspec `require_paths` type validationDavid Rodríguez
2024-07-18[rubygems/rubygems] Warn non flattened require paths in old RubyGems versions...David Rodríguez
2024-07-18[rubygems/rubygems] Use `caller_locations` instead of splitting `caller`Nobuyoshi Nakada
2024-07-18[rubygems/rubygems] Fix detection of `gem_repo1` being updatedDavid Rodríguez
2024-07-18Split URI::Parser examples with RFC2396 and RFC3986Hiroshi SHIBATA
2024-07-17Revert pending `EVENT_RETURN` testsNobuyoshi Nakada
2024-07-17[rubygems/rubygems] Fix another case of `bundle lock --add-platform` doing no...David Rodríguez
2024-07-12Pend some tests because these are not working with macOS 15 beta and Xcode 16...Hiroshi SHIBATA
2024-07-11Do not warn about extra `format` argument when passed as keywordsJean Boussier
2024-07-10[rubygems/rubygems] Fix another strange error when running `bundle add` in fr...David Rodríguez
2024-07-10[rubygems/rubygems] Fix strange error when running `bundle add` with frozen m...David Rodríguez
2024-07-09[rubygems/rubygems] Fix generic platform gems getting incorrectly removed whe...David Rodríguez
2024-07-09[rubygems/rubygems] Resolve all platforms directlyDavid Rodríguez
2024-07-09[rubygems/rubygems] Instantiate `Resolver::SpecGroup` with explicit priorityDavid Rodríguez
2024-07-09[rubygems/rubygems] Let resolver consider unique specs from the beginningDavid Rodríguez
2024-07-09[rubygems/rubygems] Fix spec to also pass outside of LinuxDavid Rodríguez
2024-07-09[rubygems/rubygems] Minor Bundler spec improvementsDavid Rodríguez
2024-07-09[rubygems/rubygems] Test using latest rubiesDavid Rodríguez
2024-07-08Implement Hash.new(capacity:)Jean Boussier
2024-07-06Raise a TypeError for Thread#thread_variable{?,_get} for non-symbolJeremy Evans