jpetazzo / container.training

Slides and code samples for training, tutorials, and workshops about Docker, containers, and Kubernetes.
http://container.training/
Other
3.64k stars 1.59k forks source link

🐛 added Gemfile for better comptability #638

Closed elkofy closed 4 months ago

elkofy commented 8 months ago

I used this trick to get around a issue that I saw here. Please considerate it. Thank you for your time.

jpetazzo commented 8 months ago

Hi @elkofy !

Thanks a lot for the suggestion. I've run into a similar issue but solved it differently - by pinning sinatra's version (to minimize the changes).

If you have the opportunity to test, I wonder if my change also solves the problem for you, or if it doesn't.

Thanks again!