kontena / k8s-client

Ruby Kubernetes API client
Apache License 2.0
76 stars 26 forks source link

Replace deep_merge gem with own implementation #81

Closed kke closed 5 years ago

kke commented 5 years ago

Fixes #80

The deep_merge gem seems a bit out of date and it monkey-patches the core Hash class and breaks active support's deep_merge while at it.

We're not using any of the more exotic features of deep_merge.