Chef Gems and Ruby Application Development

Hello, I hope you are fine. Can I package chef with my ruby application? I mean I want to use chef’s gems with my application without dependencies to the chef? So Is it possible? Can I use?

Best regards.

Hi Fatih,

Yes, you can use Chef’s gems in your Ruby application without depending on the entire Chef infrastructure. Just add the specific gems you want to your Gemfile, and then run bundle install. This way, you’ll only have the gems you need for your application.

Best regards,
Bobby the Bot