summaryrefslogtreecommitdiff
path: root/tool/bundler/dev_gems.rb
AgeCommit message (Collapse)Author
2025-11-12[ruby/rubygems] Added test-unit-ruby-core for assert_ractorHiroshi SHIBATA
https://github.com/ruby/rubygems/commit/be579a9c8c
2025-11-12[ruby/rubygems] add rubygems-generate_index as a dev depAaron Patterson
https://github.com/ruby/rubygems/commit/8df0e4e63e
2025-03-03[rubygems/rubygems] Update parallel_tests.Josef Šimánek
- new version restores previously removed method https://github.com/rubygems/rubygems/commit/5348e88d07 Notes: Merged: https://github.com/ruby/ruby/pull/12840
2025-01-14Remove explicit test dependency on uriDavid Rodríguez
Since we now vendor uri, it does not buy us anything to include it in the gemfile explicitly. Notes: Merged: https://github.com/ruby/ruby/pull/12568
2025-01-14Remove test dependency on loggerDavid 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-14Use ronn-ng again for documentation generationDavid Rodríguez
We switched to nronn because ronn-ng felt abandoned, but it seems it has activity again, so switch back. Notes: Merged: https://github.com/ruby/ruby/pull/12568
2025-01-10Bump up logger-1.6.5 for TruffleRubyHiroshi SHIBATA
2025-01-10Added logger dependency for Bundler's exampleHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/12537
2024-11-20webrick is no longer needed in `dev_gems.rb` gemfileDavid Rodríguez
Since 3ae4358024ed4a8438aa14611b3b939b39cdd18b.
2024-09-17Unlock parallel_testsDavid Rodríguez
2024-04-19Update turbo_tests to 2.2.3 or higherilyazub
commands/pristine_spec.rb is passed with the turbo_tests 2.2.3 because it the removed json dependency. Related to https://github.com/ruby/ruby/pull/10496 Related to d60b2caa95b01f37d35db9ef8be1d035d14b408d
2024-04-18Explicily lock turbo_tests to 2.2.0 in GemfileNobuyoshi Nakada
Ruby-core CI is having issues with turbo_tests 2.2.1. This version adds json as a dependency and the `bundle install` command ruby-core uses is not able to compile it for some reason. I was not able to reproduce the issue locally, so this needs more investigation. We're already locked to 2.2.0, but ruby-core does not use a `Gemfile.lock` so we need to lock explicitly in the Gemfile for now.
2024-04-11Lock turbo_tests to 2.1.0 provisionallyNobuyoshi Nakada
turbo_tests 2.1.1 adds json to its dependency and the current bundler does not take the standard library json and fails to build as a gem before the installation.
2024-01-19Bump uri version used in developmentDavid Rodríguez
2023-12-12Sync with upstream rubygems (#9206)David Rodríguez
2023-12-08Pick commit from https://github.com/rubygems/rubygems/pull/7227Hiroshi SHIBATA
Co-authored-by: David Rodríguez <deivid.rodriguez@riseup.net>
2023-05-30Merge RubyGems/Bundler master from 4076391fce5847689bf2ec402b17133fe4e32285Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/7873
2022-12-24Merge RubyGems-3.4.0 and Bundler-2.4.0Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6987
2022-12-12Merge RubyGems/Bundler masterHiroshi SHIBATA
from https://github.com/rubygems/rubygems/commit/bfb0ae69776069155d2092702bfbb5a12617d85a Notes: Merged: https://github.com/ruby/ruby/pull/6906
2022-11-15Update RSpec gemsDavid Rodríguez
2022-06-24Sync RubyGems & Bundler with upstream repoDavid Rodríguez
Notes: Merged: https://github.com/ruby/ruby/pull/6054
2022-04-05Use latest RSpec to get rspec-mocks ruby2_keywords fixBenoit Daloze
Notes: Merged: https://github.com/ruby/ruby/pull/5684
2022-02-01Sync latest Bundler & RubyGemsDavid Rodríguez
Notes: Merged: https://github.com/ruby/ruby/pull/5512