summaryrefslogtreecommitdiff
path: root/tool
diff options
context:
space:
mode:
authorHiroshi SHIBATA <[email protected]>2025-06-18 15:22:31 +0900
committerHiroshi SHIBATA <[email protected]>2025-06-18 16:13:12 +0900
commit332f83d1ab418cd82ba8da542fce73e611da8141 ()
tree6854ebe4165f1c972dc478c3b9660119dafaf4eb /tool
parent13a2b9fa2de9d5aa654871570ef416af90ef424d (diff)
Enabled the released versions of bundled gems that are working fine with Ruby HEAD
-rw-r--r--tool/test-bundled-gems.rb2
1 files changed, 1 insertions, 1 deletions
@@ -10,7 +10,7 @@ _actions = ENV["_ACTIONS"] == "true"
allowed_failures = ENV['TEST_BUNDLED_GEMS_ALLOW_FAILURES'] || ''
if RUBY_PLATFORM =~ /mswin|mingw/
- allowed_failures = [allowed_failures, "rbs,debug,irb,net-imap"].join(',')
end
allowed_failures = allowed_failures.split(',').uniq.reject(&:empty?)