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
Add Ruby version-specific nokogiri constraints to ensure compatibility:
- nokogiri ~> 1.15.0 for Ruby < 3.0
- nokogiri ~> 1.17.0 for Ruby >= 3.0
This extends the constraint added to the main Gemfile to all the
test gemfiles used for different configurations.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>
0 commit comments