cloudfoundry / bosh

Cloud Foundry BOSH is an open source tool chain for release engineering, deployment and lifecycle management of large scale distributed services.
https://bosh.io
Apache License 2.0
2.03k stars 658 forks source link

Add `ostruct` as an explicit dependency #2558

Closed aramprice closed 4 weeks ago

aramprice commented 4 weeks ago

The ostruct gem historicially was shipped as part of Ruby. This is going to change in Ruby 3.5.0, and currently not specifiying it causues warning errors which are breaking tests.

This commit adds ostruct as a dependency in the bosh gems where it is used.