Commit ac1dd0f
Fix Pro gem loading: Remove invalid .strip_heredoc call
The `.strip_heredoc` method requires ActiveSupport to be loaded, but it's
unnecessary here because the `<<~` heredoc syntax already strips leading
whitespace. This was causing Pro gem loading to fail when ActiveSupport
wasn't yet available.
This fixes the rspec-package-tests CI failure where `ReactOnRailsPro::Utils`
was uninitialized because the license_public_key.rb file failed to load.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 489c6ba commit ac1dd0f
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
0 commit comments