v0.26.7
🐛 Bug Fixes
- Skip disable line action for self-resolving cops (#3945) by @sucicfilip
- Fix test runner silent failure on dual-stack IPv4/IPv6 systems (#3953) by @Copilot
- Fix Bundler::GemNotFound error introduced in 0.26.5 (#3961) by @jesse-shopify
- Fix incompatible addon version activation when Bundler.setup fails after retry (#3963) by @KaanOzkan
- Avoid failing if
needs_updatefile is deleted by concurrent process (#3964) by @vinistock
📦 Other Changes
- Support IPv4 and IPv6 for LSP reporter connection (#3965) by @vinistock
- Decouple test reporter IO from test execution (#3962) by @alexcrocha