You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using berks to install the rabbitmq cookbook it pulls the erlang cookbook version (1.3.2) and not latest which breaks. Should we not change the metadata to depends 'erlang' ~> 4.0.0?
Happy to do the PR if everyone is happy with that.
Cheers,
Andrew
The text was updated successfully, but these errors were encountered:
Different RabbitMQ versions support different Erlang version ranges. My guess is that was the idea. Current dependency gives the user a lot of flexibility when it comes to Erlang version used: just specify it in your Berksfile. So with that I consider this resolved (or well, no longer relevant).
Hi Guys
When using berks to install the rabbitmq cookbook it pulls the erlang cookbook version (1.3.2) and not latest which breaks. Should we not change the metadata to
depends 'erlang' ~> 4.0.0
?Happy to do the PR if everyone is happy with that.
Cheers,
Andrew
The text was updated successfully, but these errors were encountered: