summaryrefslogtreecommitdiff
path: root/gems
AgeCommit message (Collapse)Author
2020-12-10Completely removed webrickHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/3729
2020-12-10Promote webrick to bundled gemsHiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/3729
2020-12-07Update TypeProf to 0.9.0 (#3856)Yusuke Endoh
* Update TypeProf to 0.9.0 Notes: Merged-By: mame <mame@ruby-lang.org>
2020-12-06Update rbsNobuyoshi Nakada
2020-12-06Update rbsNobuyoshi Nakada
2020-12-06Updated bundled gemsNobuyoshi Nakada
2020-12-02Bundle rbs 0.19.0 (#3838)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-12-02Bundle rbs 0.18.1 (#3825)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-11-26Update TypeProf to 0.7.0Yusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/3812
2020-11-18Update TypeProf to 0.6.1Yusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/3784
2020-11-16Update TypeProf to 0.5.2Yusuke Endoh
2020-11-16Update TypeProf to 0.5.1Soutaro Matsumoto
Notes: Merged: https://github.com/ruby/ruby/pull/3765
2020-11-16Update RBS to 0.17.0Soutaro Matsumoto
Notes: Merged: https://github.com/ruby/ruby/pull/3765
2020-11-14Update TypeProf to 0.5.0Yusuke Endoh
2020-11-06Update TypeProf to 0.4.2Yusuke Endoh
2020-11-06Update RBS & TypeProf (#3732)Soutaro Matsumoto
* Bundle rbs 0.16.0 * Bundle typeprof 0.4.1 Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-11-04Bundle TypeProf 0.4.0Yusuke Endoh
2020-10-20Bundle typeprof gem as bundled gemsYusuke Endoh
Notes: Merged: https://github.com/ruby/ruby/pull/3668
2020-10-10Update RBS to 0.13.1 (#3645)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-10-09Let bundled_gems specify commits to test (#3641)Soutaro Matsumoto
Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-09-23Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA
* Added rbs as bundled gems * Added the missing dependencies for rbs gem Notes: Merged-By: soutaro <matsumoto@soutaro.com>
2020-09-01bump version to minitest-5.14.2Hiroshi SHIBATA
Notes: Merged: https://github.com/ruby/ruby/pull/3493
2020-09-01Revert the workaround of minitest and hoeHiroshi SHIBATA
86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0 Notes: Merged: https://github.com/ruby/ruby/pull/3493
2020-08-31Temporary removed minitest from bundled gems.Hiroshi SHIBATA
It requires Ruby 2.x. https://github.com/seattlerb/minitest/blob/master/Rakefile#L14
2020-07-05Updated bundled gemsNobuyoshi Nakada
2020-04-18power_assert repository is transferred to ruby/power_assertKazuki Tsujimoto
2020-03-22Update power_assert to 1.1.7Kazuki Tsujimoto
This update fixes test-bundled-gems failures: https://github.com/ruby/actions/actions/runs/60272820 https://github.com/ruby/actions/actions/runs/60273425
2020-02-24Update bundled gemsNobuyoshi Nakada
2020-01-16Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA
[Feature #16484][ruby-core:96682]
2020-01-12Make rss library to the bundle gemsHiroshi SHIBATA
[Feature #16485][ruby-core:96683] Notes: Merged: https://github.com/ruby/ruby/pull/2832
2020-01-12Make rexml library to the bundle gemsHiroshi SHIBATA
[Feature #16485][ruby-core:96683] Notes: Merged: https://github.com/ruby/ruby/pull/2832
2019-11-30Promote did_you_mean to default gemKevin Deisz
At the moment, there are some problems with regard to bundler + did_you_mean because of did_you_mean being a bundled gem. Since the vendored version of thor inside bundler and ruby itself explicitly requires did_you_mean, it can become difficult to load it when using Bundler.setup. See this issue: https://github.com/yuki24/did_you_mean/issues/117#issuecomment-482733159 for more details. Notes: Merged: https://github.com/ruby/ruby/pull/2689
2019-11-12Update Rake 13.0.1Hiroshi SHIBATA
2019-11-05Updated minitest to 5.13.0Nobuyoshi Nakada
2019-10-24Updated minitest to 5.12.2Nobuyoshi Nakada
2019-09-30Update to latest test-unitBenoit Daloze
* See https://github.com/test-unit/test-unit/issues/165 Notes: Merged: https://github.com/ruby/ruby/pull/2506
2019-09-29Upgrade to the latest did_you_mean 1.3.1Yuki Nishijima
2019-09-27Updated bundled_gemsNobuyoshi Nakada
2019-08-11Update power_assert to 1.1.5Kazuki Tsujimoto
2019-07-22Update rake-12.3.3.Hiroshi SHIBATA
2019-05-19Update test-unitNobuyoshi Nakada
2019-04-25Upgrade test-unit to 3.3.2Kouhei Sutou
2019-03-24Update power_assert to 1.1.4ktsj
This update fixes a failure of test-bundled-gems, so we revert r67275. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@67340 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-19* gems/bundled_gems: Upgrade the did_you_mean gem to 1.3.0yuki
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66455 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-07Bump rake-12.3.2 on bundled gems.hsbt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66272 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-12-05Update the latest bundled gems.hsbt
test-unit-3.2.8 to 3.2.9 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66209 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-07-25Update latest versions of bundled gems.hsbt
* net-telnet-0.2.0 * power_assert-1.1.3 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64039 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-06-10gems/bundled_gems: update to power_assert 1.1.2ktsj
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63619 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-05-14Update test-unit 3.2.8 for bundled gems.hsbt
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63416 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
2018-04-20Update latest bundled gems:hsbt
did_you_mean: 1.2.1 rake: 12.3.1 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63211 b2dd03c8-39d4-4d8f-98ff-823fe69b080e