summaryrefslogtreecommitdiff
path: root/tool/fetch-bundled_gems.rb
AgeCommit message (Expand)Author
2023-05-09We should not validate development version of bundled gems with fetch timing.Hiroshi SHIBATA
2023-04-26We need to checkout before BundledGem.dummy_gemspec checking.Hiroshi SHIBATA
2023-03-08Added missing dependency for rubygemsHiroshi SHIBATA
2023-03-08Added debug info to gemspec version checkHiroshi SHIBATA
2023-03-08Check bundled_gems version and gemspec version strictlyHiroshi SHIBATA
2023-01-10Just ignore empty lines in bundled_gems file [ci skip]Nobuyoshi Nakada
2022-07-26Try the tag without "v" prefix to checkout upstream repositoriesNobuyoshi Nakada
2022-01-14Fetch the unmerged revision to test of bundled gemsNobuyoshi Nakada
2020-10-09Let bundled_gems specify commits to test (#3641)Soutaro Matsumoto
2020-04-25fetch-bundled_gems.rb: Fixed the position of -cNobuyoshi Nakada
2020-04-25fetch-bundled_gems.rb: Quiet detached HEAD adviceNobuyoshi Nakada
2020-02-24Try with and without "v" prefix for numeric tagNobuyoshi Nakada
2020-02-24Retry checking out the versionNobuyoshi Nakada
2019-12-31Test the bundled version minitest instead of masterNobuyoshi Nakada
2019-09-04Use `git pull` instead of `git fetch` if master branchKazuhiro NISHIYAMA
2017-10-25test-bundled-gems-fetchnobu
2017-10-21[EXPERIMENTAL] Added test-bundled-gems task.hsbt