You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Widen nokogiri dependency constraint to support multiple Ruby versions
- Changed nokogiri from "~> 1.15" to ">= 1.6" in gemspec
- Each Ruby version now resolves its own compatible nokogiri version
- Updated GitHub Actions workflows to remove Gemfile.lock before bundle install
- Updated bin/test_all to remove Gemfile.lock for each Ruby version test
- This allows Ruby 2.7.6, 3.0.7, and 3.1.7 to each use appropriate nokogiri versions
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments