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
Fix CI issues: Ruby version consistency, lint integration, and optimizations
- Update Rails 6.1 CI job to use Ruby 3.0.6 (consistent with gemspec requirement)
- Add lint checks to all CI jobs in main workflow
- Fix pre-commit hook to use bash instead of sh for better compatibility
- Optimize file globbing in rake tasks for better performance
- Use more efficient reject/select pattern instead of multiple next statements
0 commit comments