Commit 509d2cf
remove Puma::CLI check - it's defined when gem is installed, not just running
Puma::CLI is defined when the puma gem is installed, which causes false
positives during rake tasks. Puma::Server is only defined when actually
running as a server.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent f745464 commit 509d2cf
1 file changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
137 | | - | |
| 135 | + | |
138 | 136 | | |
139 | 137 | | |
140 | 138 | | |
| |||
0 commit comments