Skip to content

Conversation

@rsmithlal
Copy link
Member

No description provided.

## Summary
- replace `require_dependency` with plain `require` for external gems
- avoid Rails 8 FrozenError when loading engine

## Testing
- `bin/ci` *(fails: bundler: command not found: rails)*
- `bundle exec rubocop` *(fails: bundler: command not found: rubocop)*
- `bundle exec brakeman -q -w2` *(fails: bundler: command not found:
brakeman)*
- `bundle exec bundler-audit --update` *(fails: bundler: command not
found: bundler-audit)*
- `bin/codex_style_guard` *(fails: bundler: command not found: rubocop)*

------
https://chatgpt.com/codex/tasks/task_e_689b6ec3e1b88321a3410959ca87218a
## 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_689b742c7474832197c577e8473f6bf1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants