Commit 321c8c6
refactor(pre-commit): use bundle exec for standardrb with single version source
Use BUNDLE_GEMFILE to run standardrb via bundle exec, ensuring the
pre-commit hook uses the version defined in the Gemfile. This makes
Renovate updates simpler - it only needs to update the Gemfile, and
the pre-commit hook automatically uses that version.
Benefits:
- Single source of truth for standard version (Gemfile only)
- Simpler Renovate updates (one file instead of two)
- Consistent version across all tools using the Gemfile
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent 749706f commit 321c8c6
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
64 | 64 | | |
65 | 65 | | |
66 | 66 | | |
67 | | - | |
| 67 | + | |
68 | 68 | | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
0 commit comments