summaryrefslogtreecommitdiff
path: root/tool/fetch-bundled_gems.rb
Commit message (Expand)AuthorAgeFilesLines
* We should not validate development version of bundled gems with fetch timing.Hiroshi SHIBATA2023-05-091-5/+0
* We need to checkout before BundledGem.dummy_gemspec checking.Hiroshi SHIBATA2023-04-261-6/+10
* Added missing dependency for rubygemsHiroshi SHIBATA2023-03-081-0/+1
* Added debug info to gemspec version checkHiroshi SHIBATA2023-03-081-1/+1
* Check bundled_gems version and gemspec version strictlyHiroshi SHIBATA2023-03-081-0/+9
* Just ignore empty lines in bundled_gems file [ci skip]Nobuyoshi Nakada2023-01-101-0/+1
* Try the tag without "v" prefix to checkout upstream repositoriesNobuyoshi Nakada2022-07-261-1/+1
* Fetch the unmerged revision to test of bundled gemsNobuyoshi Nakada2022-01-141-0/+4
* Let bundled_gems specify commits to test (#3641)Soutaro Matsumoto2020-10-091-6/+8
* fetch-bundled_gems.rb: Fixed the position of -cNobuyoshi Nakada2020-04-251-1/+1
* fetch-bundled_gems.rb: Quiet detached HEAD adviceNobuyoshi Nakada2020-04-251-2/+3
* Try with and without "v" prefix for numeric tagNobuyoshi Nakada2020-02-241-12/+3
* Retry checking out the versionNobuyoshi Nakada2020-02-241-1/+5
* Test the bundled version minitest instead of masterNobuyoshi Nakada2019-12-311-2/+0
* Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA2019-09-041-1/+5
* test-bundled-gems-fetchnobu2017-10-251-12/+22
* [EXPERIMENTAL] Added test-bundled-gems task.hsbt2017-10-211-0/+17