Commit c354937
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]>1 parent 5c95af2 commit c354937
File tree
3 files changed
+9
-6
lines changed- .github/workflows
3 files changed
+9
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | | - | |
27 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | 32 | | |
30 | 33 | | |
| |||
0 commit comments