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 Ruby version consistency and pin RuboCop versions
- Set minimum Ruby version to 3.0 across all configurations
- Updated .rubocop.yml TargetRubyVersion from 2.6 to 3.0
- Updated GitHub Actions workflow to use Ruby 3.0
- Added required_ruby_version >= 3.0.0 to gemspec
- Pinned RuboCop versions for consistency:
- rubocop ~> 1.81
- rubocop-rake ~> 0.7
- rubocop-rspec ~> 3.7
- Updated to use new plugin syntax instead of require
This ensures consistency between CI, local development, and RuboCop
configuration. Ruby 3.0 is a reasonable minimum for modern projects.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <[email protected]>
0 commit comments