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.
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
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.
Sponsor our Newsletter | Privacy Policy | Terms of Service | Remote Ruby Jobs