summaryrefslogtreecommitdiff
path: root/tool/outdate-bundled-gems.rb
Commit message (Collapse)AuthorAgeFilesLines
* Match ABI versions preciselyTakashi Kokubun2022-12-131-4/+5
| | | | | "3.2.0+33" starts with "3.2.0+3", but it doesn't mean that they are the same ABI version.
* Fix build when enable_shared is on (#6924)Jimmy Miller2022-12-131-1/+1
| | | Before this change, if enable_shared was true, the directory would have a suffix of -static and be deleted on each make install. This would cause a second make install to fail.
* outdate-bundled-gems.rb: check for gemspec files for extensionsNobuyoshi Nakada2022-12-121-1/+3
| | | | https://github.com/ruby/setup-ruby/issues/415#issuecomment-1345662263
* outdate-bundled-gems.rb: remove unused optionNobuyoshi Nakada2022-12-121-2/+0
|
* Extract outdate-bundled-gems.rbNobuyoshi Nakada2022-11-291-0/+134