Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
`OpenStruct` is optional since `JSON` v 2.7.2 References: - ruby/json#565 - https://github.com/ruby/ostruct/blob/master/lib/ostruct.rb#L136 This commit fixes error: ``` Hutch.connect gems/hutch-1.2.0/lib/hutch/broker.rb:272:in `api_config': uninitialized constant Hutch::Broker::OpenStruct (NameError) @api_config ||= OpenStruct.new.tap do |config| ^^^^^^^^^^ ```
- Loading branch information