-
Notifications
You must be signed in to change notification settings - Fork 69
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
Update to Rack 3.0.13 #21076
base: master
Are you sure you want to change the base?
Update to Rack 3.0.13 #21076
Conversation
Error: A file (or its parent directories) was deleted but its reference still exists in CODEOWNERS. Please update the .github/CODEOWNERS file and delete the entry for the Offending file: spec/requests/v0/prescriptions_spec.rb |
3923e24
to
78bfb16
Compare
Generated by 🚫 Danger |
The uninitialized constant error was due to missing the require statement for `IntentToFilesResponse`. Adding this resolves the issue in the serializer spec. When running `rspec spec/serializers/intent_to_file_serializer_spec.rb` alone, this error occured: ``` uninitialized constant EVSS::IntentToFile::IntentToFilesResponse ```
No description provided.