Skip to content

Fix spec load error with Rails 6 #72

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

accessd
Copy link
Owner

@accessd accessd commented Jun 15, 2025

Summary

  • require logger before rails/all in dummy application
  • allow YAML unsafe load for tests when supported

Testing

  • BUNDLE_GEMFILE=gemfiles/Gemfile-6-0 bundle exec rspec (fails: Psych::DisallowedClass)
  • BUNDLE_GEMFILE=gemfiles/Gemfile-6-1 bundle exec rspec (fails: Psych::DisallowedClass)
  • BUNDLE_GEMFILE=gemfiles/Gemfile-7-0 bundle exec rspec

https://chatgpt.com/codex/tasks/task_e_684e8a91b6248327bd45acc94b697032

@accessd accessd merged commit 34b50a7 into master Jun 15, 2025
5 checks passed
@accessd accessd deleted the codex/fix-uninitialized-constant-error-with-activesupport branch June 15, 2025 09:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant