contentful / contentful.rb

Ruby client for the Contentful Content Delivery API
https://www.contentful.com/developers/documentation/content-delivery-api/
MIT License
135 stars 64 forks source link

Can't marshal content objects when logger is set #219

Closed MGPalmer closed 4 years ago

MGPalmer commented 4 years ago

...the marshalling blows up as File/IO objects can't be dumped, and the marshalling code includes the config which includes the optional Logger instance.

floriank commented 4 years ago

This is closed by the mentioned above, right @MGPalmer ?

MGPalmer commented 4 years ago

@floriank yeah, great!