| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-01-24 | Omit irb related examples temporary | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12624 | |||
| 2025-01-24 | Restructured irb related example at spec/ruby | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12624 | |||
| 2025-01-23 | Use pure ruby library instead of C ext library for dependency warning example | Hiroshi SHIBATA | |
| 2025-01-23 | Use openssl instead of fiddle and erb for native extension test | Hiroshi SHIBATA | |
| 2025-01-20 | [rubygems/rubygems] Fix `--prefer-local` not respecting default gems | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/3df86cd9c6 | |||
| 2025-01-20 | [rubygems/rubygems] Consistently assert command failure | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/faaa594a4a | |||
| 2025-01-16 | [rubygems/rubygems] Introduce Spec::Path.sinatra_dependency_paths for ↵ | Hiroshi SHIBATA | |
| sinatra mock server https://github.com/rubygems/rubygems/commit/0a168156d5 | |||
| 2025-01-16 | [rubygems/rubygems] Revert RubyGems plugins getting loaded on `Bundler.require` | David Rodríguez | |
| These changes were included when adding bundler plugin hooks for `Bundler.require`, but they seem completely unrelated to that feature, and have caused several issues. https://github.com/rubygems/rubygems/commit/8d56551dcf | |||
| 2025-01-16 | [rubygems/rubygems] Extract logic to manipulate RUBYLIB in specs to a helper | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/0057382bb1 | |||
| 2025-01-14 | Remove test dependency on logger | David Rodríguez | |
| I think logger is only used to figure out which methods need to be made noops in order to silence webrick during tests. However, it seems possible to do the same using webrick's builtin logger and the current method does not seem even correct since it's not guaranteed that the logger gem and webrick's logger will use the same methods. Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
| 2025-01-14 | Add basic tapioca check to CI | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
| 2025-01-14 | [rubygems/rubygems] Don't remove platform specific variants from the ↵ | David Rodríguez | |
| lockfile unless necessary Even if they don't match the current Ruby version, they could still work in other rubies. So it's better to keep them. https://github.com/rubygems/rubygems/commit/9a3e583b0c Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
| 2025-01-14 | [rubygems/rubygems] re-add removed pre-evaluated gemspec test | Joshua.LeBlanc | |
| https://github.com/rubygems/rubygems/commit/b73ee4059b Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
| 2025-01-14 | [rubygems/rubygems] Do not fail on start when cannot find writable user ↵ | Vasily Fedoseyev | |
| directory on ruby 3.4 https://github.com/rubygems/rubygems/commit/027cdc750a Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
| 2025-01-14 | [rubygems/rubygems] Remove no longer used spec filter | David Rodríguez | |
| I think we have consistent behavior regardless of the version of git being used, and I'd like to keep it like that so I think we can remove this filter. https://github.com/rubygems/rubygems/commit/6a708128e9 Notes: Merged: https://github.com/ruby/ruby/pull/12568 | |||
| 2025-01-10 | [rubygems/rubygems] Fix test failure when running tests with ENV["EDITOR"] set | David Rodríguez | |
| Can be reproduced, for example, with ``` bin/rspec spec/bundler/cli_spec.rb spec/other/cli_man_pages_spec.rb --order defined ``` https://github.com/rubygems/rubygems/commit/f57d199225 | |||
| 2025-01-10 | [ruby/syntax_suggest] Resolve to lint failure of standardrb | Hiroshi SHIBATA | |
| https://github.com/ruby/syntax_suggest/commit/ce7b87184e | |||
| 2025-01-10 | Added logger dependency for Bundler's example | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12537 | |||
| 2025-01-10 | Make benchmark exapmles as optional | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12537 | |||
| 2025-01-09 | [Feature #6012] Extend `source_location` for end position and columns | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12539 | |||
| 2025-01-08 | Skip examples related with OpenStruct in ruby/spec | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12531 | |||
| 2025-01-08 | Removed logger from stub data | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12531 | |||
| 2025-01-08 | Replace target list with stub constants at example of bundled_gems.rb | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12531 | |||
| 2025-01-08 | Convert ostruct to openstruct | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12531 | |||
| 2025-01-08 | Reapply "Suppress WIN32OLE deprecation warnings for the time being" | Nobuyoshi Nakada | |
| Revert the part of commit 10917c5cc026f839a3dcd072b6e274eed211d0f7, "Update to ruby/spec@18032a7", that discarded the previous commit. | |||
| 2025-01-08 | Also stub-out with directry using with test script or -e option | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12529 | |||
| 2025-01-08 | Dont't use stub constants like LIBDIR in bundled_gems.rb | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12529 | |||
| 2025-01-08 | Use heredoc to script runner for another ruby process | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12529 | |||
| 2025-01-07 | Quarantine failing new specs that require investigation | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12517 | |||
| 2025-01-07 | Update to ruby/spec@18032a7 | Andrew Konchin | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12517 | |||
| 2025-01-02 | [rubygems/rubygems] remove unnecessary code | sodacris | |
| https://github.com/rubygems/rubygems/commit/5c6ca7a58c | |||
| 2025-01-02 | [rubygems/rubygems] unskip `print_args` and `fake_man` tests on Windows | sodacris | |
| https://github.com/rubygems/rubygems/commit/c8eeb0af9d | |||
| 2025-01-02 | [rubygems/rubygems] Replace shell specific stuff with create_file scripts | sodacris | |
| https://github.com/rubygems/rubygems/commit/eea07ad691 | |||
| 2024-12-31 | Fix leak in Socket#connect spec | Benoit Daloze | |
| * Found by https://github.com/ruby/ruby/actions/runs/12560692556/job/35018412527?pr=12492 Notes: Merged: https://github.com/ruby/ruby/pull/12492 | |||
| 2024-12-28 | BigDecimal('0.') with bigdecimal-3.1.9 returns 0.0 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12480 | |||
| 2024-12-28 | Abandon connection test if off line | Nobuyoshi Nakada | |
| 2024-12-27 | [rubygems/rubygems] Add support for mise.toml file | Luiz Eduardo Kowalski | |
| https://github.com/rubygems/rubygems/commit/809a2a17a7 | |||
| 2024-12-26 | [rubygems/rubygems] Fix `bundle outdated <GEM>` failing if gems not installed | David Rodríguez | |
| https://github.com/rubygems/rubygems/commit/694d5f444e | |||
| 2024-12-26 | [Bug #20982] Put spaces in `ENV.inspect` results as well as `Hash` | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12472 | |||
| 2024-12-26 | Bump up RubyGems 3.7.0.dev and Bundler 2.7.0.dev | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12469 | |||
| 2024-12-25 | Support Ruby 3.5 for bundler platforms | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12452 | |||
| 2024-12-25 | Relax regexp for Ruby 3.5 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12452 | |||
| 2024-12-25 | Check ArgumentError and Warnings with Ruby 3.3 and 3.4 | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12452 | |||
| 2024-12-25 | Removed Process::Status#& and Process::Status#>> | Hiroshi SHIBATA | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12452 | |||
| 2024-12-24 | Postpone spec of eszett with ignore case in look behind | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12455 | |||
| 2024-12-24 | Fix bundled gems warning for sub feature locations | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12439 | |||
| 2024-12-24 | Merge RubyGems-3.6.2 and Bundler-2.6.2 | David Rodríguez | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12444 | |||
| 2024-12-23 | [Bug #20978] Use `ruby_bug` instead of `ruby_version_is` | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12438 | |||
| 2024-12-23 | [Bug #20978] Stringize Fiber storage keys | Nobuyoshi Nakada | |
| Notes: Merged: https://github.com/ruby/ruby/pull/12438 | |||
| 2024-12-23 | Added limitation of bundled_gems.rb with sub-feature example | Hiroshi SHIBATA | |
