atheiman / simple-passenger-cookbook

Chef cookbook to deploy Rack-based Ruby web application(s) (Rails, Sinatra, etc) with Passenger standalone.
https://supermarket.chef.io/cookbooks/simple_passenger
0 stars 4 forks source link

Updating dependencies to resolve conflicts with newer upstream cookbo… #29

Closed MattMencel closed 7 years ago

MattMencel commented 7 years ago

Resolve dependency mismatch

ruby_rbenv cookbook depends on a newer version of ruby_build. Modifying the requirement here to fix the dependency issue.

Also updated logrotate to resolve an internal cookbook conflict.

atheiman commented 7 years ago

sorry i missed this pr, but i resolved this in a similar fashion a little while ago: https://github.com/atheiman/simple-passenger-cookbook/pull/30/files#diff-9fd042d4cd1e8f82894bbd7dffb313ec

thanks for the contribution!