tacitknowledge / aem-cookbook

Chef cookbook for Adobe AEM
79 stars 64 forks source link

Loosen Gemfile #29

Open tmaier opened 9 years ago

tmaier commented 9 years ago

The Gemfile specified a hard lock on every version. If you would really need this, then the solution would be to commit the Gemfile.lock, as this is exactly the reason why this file exists.

Normally, this hard lock is not necessary, as most gems should follow semver.

I loosened all version locks in the Gemfile. This is just partly tested.