Commit a960612
fix: remove ActiveSupport dependency from fail_if_new default
ENV["CI"].present? crashes when ActiveSupport core extensions aren't
loaded yet. Discovered when integrating with jetthoughts.github.io
which loads the gem before Rails. Use plain Ruby nil/empty check.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>1 parent 861183f commit a960612
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
66 | | - | |
| 66 | + | |
67 | 67 | | |
68 | 68 | | |
69 | 69 | | |
| |||
0 commit comments