summaryrefslogtreecommitdiff
path: root/gems
AgeCommit message (Collapse)Author
2022-09-16Update bundled_gemsKoichi Sasada
Try latest patch to avoid some race on Mac OS X. Notes: Merged: https://github.com/ruby/ruby/pull/6390
2022-09-13Try latest debug.gemKoichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/6362
2022-08-23Use rbs HEAD for https://github.com/ruby/rbs/pull/1090Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/6268
2022-08-18Update bundled gems list at 2022-08-18git
2022-08-12Adjust columns in gems/bundled_gems [ci skip]Nobuyoshi Nakada
2022-08-12Bundle unreleased debugNobuyoshi Nakada
2022-08-10Bundle unreleased RBS (#6228)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2022-08-10Update bundled gems list at 2022-08-10git
2022-07-26Try the tag without "v" prefix to checkout upstream repositoriesNobuyoshi Nakada
2022-07-13debug.gem 1.6.1Koichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/6126
2022-07-12Update bundled gems list at 2022-07-12git
2022-07-06Update bundled gems list at 2022-07-06git
2022-07-04Update bundled gems list at 2022-07-04git
2022-07-01Specify RBS commit hash to fix test failure on test-bundled-gems (#6082)Masataka Pocke Kuwabara
Update RBS to v2.6.0 and specify RBS commit hash to fix test failure on test-bundled-gems Notes: Merged-By: pocke <p.ck.t22@gmail.com>
2022-06-30use latest debug.gemKoichi Sasada
If `XDG_RUNTIME_DIR` is available, test-bundled-gems fails with old debug.gem tests. Notes: Merged: https://github.com/ruby/ruby/pull/6081
2022-06-21Update bundled gems list at 2022-06-21git
2022-06-20Bundle RBS 2.5.1 (#6041)Soutaro Matsumoto
* Bundle RBS 2.5.1 Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2022-06-15Update bundled gems list at 2022-06-15git
2022-05-21Update bundled gems list at 2022-05-21git
2022-05-08Bundle RBS 2.4.0 (#5894)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2022-04-06Bundle RBS 2.3.2 (#5762)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2022-04-04Make typeprof support RBS 2.3.0Yusuke Endoh
Since RBS 2.3.0, nil? returns true or false instead of bool Notes: Merged: https://github.com/ruby/ruby/pull/5756
2022-04-02Update bundled_gemsKazuhiro NISHIYAMA
2022-04-01debug.gem v1.5.0Koichi Sasada
Note that `mkmf`'s `have_func` doesn't work without installing ruby (without `make install`) and `make test-bundled-gems` does not work. So the newer test repository is specified. Notes: Merged: https://github.com/ruby/ruby/pull/5738
2022-02-23Update bundled gems list at 2022-02-23git
2022-02-02Update RBS (#5515)Soutaro Matsumoto
* Bundle RBS 2.1.0 Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2022-01-14Update RBS test for Gem::Version#<=> updateNobuyoshi Nakada
2022-01-06Update bundled gems list at 2022-01-06git
2022-01-02Update RBS to skip testing `Kernel#=~` (#5386)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2021-12-29Update bundled gems list at 2021-12-29git
2021-12-28Fix RBS test failures of taint/trust (#5364)Masataka Pocke Kuwabara
Notes: Merged-By: pocke <p.ck.t22@gmail.com>
2021-12-24Bundle RBS 2.0.0 (#5330)Soutaro Matsumoto
* Bundle RBS 2.0.0 * Update NEWS.md Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2021-12-23Update TypeProf to 0.21.1Yusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/5328
2021-12-20Update TypeProf to 0.21.0Yusuke Endoh
2021-12-20Update bundled gems list at 2021-12-20git
2021-12-18debug.gem 1.4.0Koichi Sasada
Notes: Merged: https://github.com/ruby/ruby/pull/5290
2021-12-15Update bundled_gems at 2021-12-15git
2021-12-14Update bundled_gems at 2021-12-14git
2021-12-12Update bundled_gems at 2021-12-12git
2021-12-10Update bundled_gems at 2021-12-10git
2021-12-03Update bundled_gems at 2021-12-03git
2021-11-23Add Class#subclassesJean Boussier
Implements [Feature #18273] Returns an array containing the receiver's direct subclasses without singleton classes. Notes: Merged: https://github.com/ruby/ruby/pull/5045
2021-11-18Update bundled_gemsKazuhiro NISHIYAMA
2021-11-17Use the updated test of rbsYusuke Endoh
To prevent the CI failure due to the change of io-wait https://github.com/ruby/rbs/pull/828/ Notes: Merged: https://github.com/ruby/ruby/pull/5130
2021-11-12Update bundled_gems at 2021-11-12git
2021-11-12Bundle RBS 1.7.0 (#5105)Soutaro Matsumoto
* Bundle RBS 1.7.0 * tool/test-bundled-gems.rb: Use a correct path to Check if rbs is built * tool/test-bundled-gems.rb: lib/rbs/parse.y is no longer created Co-authored-by: Yusuke Endoh <mame@ruby-lang.org> Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2021-11-09Bundle rbs 1.7.0.beta.5Yusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/5042
2021-11-08Update bundled_gems at 2021-11-08git
2021-11-01Update bundled_gems at 2021-11-01git
2021-10-28Update TypeProf to 0.20.2Yusuke Endoh