Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use Rails method to get RabbitMQ config
The previous implementation isn't compatible with Ruby 3.1 due to the upgrade of Psych (YAML library) to 4.0 [1] in stdlib and the change in `load_file`. A simpler way to replace this is to use the Rails built in method to load a config file. [1]: ruby/psych#488
- Loading branch information