aboutsummaryrefslogtreecommitdiffstats
path: root/gems
Commit message (Collapse)AuthorAgeFilesLines
* Update bundled_gemsNobuyoshi Nakada2021-01-071-1/+1
|
* Updated bundled_gemsNobuyoshi Nakada2021-01-041-1/+1
|
* Updated bundled_gemsNobuyoshi Nakada2020-12-251-2/+2
|
* Update TypeProf to 0.11.0 (#3996)Yusuke Endoh2020-12-251-1/+1
|
* Bundle RBS 1.0.0 (#3994)Soutaro Matsumoto2020-12-241-1/+1
|
* Bundle RBS 1.0.0.pre2 (#3991)Soutaro Matsumoto2020-12-241-1/+1
|
* Bump bundled rake version to 13.0.3Hiroshi SHIBATA2020-12-211-1/+1
|
* Update rbs 1.0.0.pre (#3941)Soutaro Matsumoto2020-12-201-1/+1
|
* Bump bundled rake version to 13.0.2Hiroshi SHIBATA2020-12-191-1/+1
|
* Update TypeProf to 0.10.0Yusuke Endoh2020-12-191-1/+1
|
* Completely removed webrickHiroshi SHIBATA2020-12-101-1/+0
|
* Promote webrick to bundled gemsHiroshi SHIBATA2020-12-101-0/+1
|
* Update TypeProf to 0.9.0 (#3856)Yusuke Endoh2020-12-071-1/+1
| | | * Update TypeProf to 0.9.0
* Update rbsNobuyoshi Nakada2020-12-061-1/+1
|
* Update rbsNobuyoshi Nakada2020-12-061-1/+1
|
* Updated bundled gemsNobuyoshi Nakada2020-12-061-2/+2
|
* Bundle rbs 0.19.0 (#3838)Soutaro Matsumoto2020-12-021-1/+1
|
* Bundle rbs 0.18.1 (#3825)Soutaro Matsumoto2020-12-021-1/+1
|
* Update TypeProf to 0.7.0Yusuke Endoh2020-11-261-1/+1
|
* Update TypeProf to 0.6.1Yusuke Endoh2020-11-181-1/+1
|
* Update TypeProf to 0.5.2Yusuke Endoh2020-11-161-1/+1
|
* Update TypeProf to 0.5.1Soutaro Matsumoto2020-11-161-1/+1
|
* Update RBS to 0.17.0Soutaro Matsumoto2020-11-161-1/+1
|
* Update TypeProf to 0.5.0Yusuke Endoh2020-11-141-1/+1
|
* Update TypeProf to 0.4.2Yusuke Endoh2020-11-061-1/+1
|
* Update RBS & TypeProf (#3732)Soutaro Matsumoto2020-11-061-2/+2
| | | | | * Bundle rbs 0.16.0 * Bundle typeprof 0.4.1
* Bundle TypeProf 0.4.0Yusuke Endoh2020-11-041-1/+1
|
* Bundle typeprof gem as bundled gemsYusuke Endoh2020-10-201-0/+1
|
* Update RBS to 0.13.1 (#3645)Soutaro Matsumoto2020-10-101-1/+1
|
* Let bundled_gems specify commits to test (#3641)Soutaro Matsumoto2020-10-091-2/+3
|
* Bundle rbs gem as bundled gems (#3496)Hiroshi SHIBATA2020-09-231-0/+1
| | | | * Added rbs as bundled gems * Added the missing dependencies for rbs gem
* bump version to minitest-5.14.2Hiroshi SHIBATA2020-09-011-1/+1
|
* Revert the workaround of minitest and hoeHiroshi SHIBATA2020-09-011-0/+1
| | | | | 86737c509cd49cfe4509a65d300d390da0f07be6 3e1aea461320094e634ab32ca0b13dd43b69d8b0
* Temporary removed minitest from bundled gems.Hiroshi SHIBATA2020-08-311-1/+0
| | | | | | It requires Ruby 2.x. https://github.com/seattlerb/minitest/blob/master/Rakefile#L14
* Updated bundled gemsNobuyoshi Nakada2020-07-051-2/+2
|
* power_assert repository is transferred to ruby/power_assertKazuki Tsujimoto2020-04-181-1/+1
|
* Update power_assert to 1.1.7Kazuki Tsujimoto2020-03-221-1/+1
| | | | | | This update fixes test-bundled-gems failures: https://github.com/ruby/actions/actions/runs/60272820 https://github.com/ruby/actions/actions/runs/60273425
* Update bundled gemsNobuyoshi Nakada2020-02-241-5/+5
|
* Removed xmlrpc and net-telnet from the bundled gems.Hiroshi SHIBATA2020-01-161-2/+0
| | | | [Feature #16484][ruby-core:96682]
* Make rss library to the bundle gemsHiroshi SHIBATA2020-01-121-0/+1
| | | | [Feature #16485][ruby-core:96683]
* Make rexml library to the bundle gemsHiroshi SHIBATA2020-01-121-0/+1
| | | | [Feature #16485][ruby-core:96683]
* Promote did_you_mean to default gemKevin Deisz2019-11-301-1/+0
| | | | 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.
* Update Rake 13.0.1Hiroshi SHIBATA2019-11-121-1/+1
|
* Updated minitest to 5.13.0Nobuyoshi Nakada2019-11-051-1/+1
|
* Updated minitest to 5.12.2Nobuyoshi Nakada2019-10-241-1/+1
|
* Update to latest test-unitBenoit Daloze2019-09-301-1/+1
| | | | * See https://github.com/test-unit/test-unit/issues/165
* Upgrade to the latest did_you_mean 1.3.1Yuki Nishijima2019-09-291-1/+1
|
* Updated bundled_gemsNobuyoshi Nakada2019-09-271-2/+2
|
* Update power_assert to 1.1.5Kazuki Tsujimoto2019-08-111-1/+1
|
* Update rake-12.3.3.Hiroshi SHIBATA2019-07-221-1/+1
|