summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
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
2024-07-05[rubygems/rubygems] Use preferred add_dependency instead of add_runtime_depen...Jerome Dalbert
2024-07-02[rubygems/rubygems] Only allow valid values for --test, --ci, and --linter op...Jerome Dalbert
2024-07-02[rubygems/rubygems] Only remove current platform when added right before reso...David Rodríguez
2024-07-02[rubygems/rubygems] Normalize dummy test server nameDavid Rodríguez
2024-07-02Update to ruby/spec@f8987acAndrew Konchin
2024-06-28Synchronize Bundler & RubyGems (#11071)David Rodríguez
2024-06-28[rubygems/rubygems] Avoid concurrent builds of Bundler when running specsDavid Rodriguez
2024-06-27[rubygems/rubygems] Print a proper error when bin dir does not have writable ...David Rodríguez
2024-06-27[rubygems/rubygems] Reword some specs to disambiguate `chmod -x` from `chmod -w`David Rodríguez
2024-06-26[rubygems/rubygems] Add --no-test, --no-ci, and --no-linter optionsJerome Dalbert
2024-06-25[rubygems/rubygems] Only validate resolution info in BundlerThomas Marshall
2024-06-25Allow ambiguosity of `return` lineNobuyoshi Nakada
2024-06-25[Bug #20457] Do not remove final `return` nodeNobuyoshi Nakada
2024-06-20Skip 3 specs when $HOME is not a valid directoryJeremy Evans
2024-06-20[rubygems/rubygems] Fix credentials being readded when re-resolving without a...David Rodríguez
2024-06-20[rubygems/rubygems] Fix `bundle update <gem_name>` edge caseDavid Rodríguez
2024-06-20[rubygems/rubygems] Move constant to the proper placeDavid Rodríguez
2024-06-20[rubygems/rubygems] Don't validate local gemspec twiceDavid Rodríguez
2024-06-20[rubygems/rubygems] Make sure to not re-resolve when a not fully specific loc...David Rodríguez
2024-06-20[rubygems/rubygems] Always resolve against the local platformDavid Rodríguez
2024-06-20[rubygems/rubygems] Revert to splitting parser due to performance regressionMartin Emde
2024-06-19[rubygems/rubygems] Use get_byte_ranges instead of byte_rangesHiroshi SHIBATA
2024-06-18[rubygems/rubygems] Fix `bundle fund` when the gemfile contains optional groupsEarlopain
2024-06-18net-ftp-0.3.6 always return response with put/puttextfile.Hiroshi SHIBATA
2024-06-14[rubygems/rubygems] Fix funding metadata not being printed in some situationsDavid Rodríguez
2024-06-14[rubygems/rubygems] Don't print bug report template when bin dir is not writableDavid Rodríguez
2024-06-14respect `--error-output stderr` on parallel modeKoichi Sasada
2024-06-12[rubygems/rubygems] Fix test descriptionGabriel Sobrinho
2024-06-12Kernel#warn: don't call `Warning.warn` unless the category is enabledJean Boussier
2024-06-12[rubygems/rubygems] Fix typoDavid Rodríguez
2024-06-12`File.umask` does not make sense on WindowsNobuyoshi Nakada
2024-06-12'SPEC_TEMP_DIR` should not be world-writableKoichi Sasada
2024-06-11[rubygems/rubygems] Keep credentials in lockfile if they are already thereDavid Rodríguez
2024-06-11[PRISM] Make prism pass bundler specsKevin Newton
2024-06-11[rubygems/rubygems] Auto switch to locked bundler version even when using bin...David Rodríguez
2024-06-11check `SPEC_TEMP_DIR` is world-writable or notKoichi Sasada