Commit 8f87aa6
authored
chore: adjust autoload path for Rails 8 (#1017)
## Summary
- avoid modifying frozen autoload paths by registering engine lib via
`paths.add`
## Testing
- `bin/ci` *(fails: Could not find font-awesome-sass-6.7.2, sassc-2.4.0
in locally installed gems)*
- `bundle exec rubocop` *(fails: Could not find font-awesome-sass-6.7.2,
sassc-2.4.0 in locally installed gems)*
- `bundle exec brakeman -q -w2` *(fails: Could not find
font-awesome-sass-6.7.2, sassc-2.4.0 in locally installed gems)*
- `bundle exec bundler-audit --update` *(fails: Could not find
font-awesome-sass-6.7.2, sassc-2.4.0 in locally installed gems)*
- `bin/codex_style_guard` *(fails: Could not find
font-awesome-sass-6.7.2, sassc-2.4.0 in locally installed gems)*
------
https://chatgpt.com/codex/tasks/task_e_689b742c7474832197c577e8473f6bf11 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
0 commit comments