[openstreetmap/openstreetmap-website] Docker builds failing without mini_portile2 (Issue #3662)
Yves Goizet
notifications at github.com
Tue Aug 30 13:31:48 UTC 2022
In my case it was a dependency of nokogiri
Bundler installed version `nokogiri 1.13.8 (x86_64-linux)` which misses the dependency of `mini_portile2-2.8.0`
i had to add it to the gemfile `gem 'mini_portile2', '~> 2.8'`
then it worked
--
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/openstreetmap-website/issues/3662#issuecomment-1231674354
You are receiving this because you are subscribed to this thread.
Message ID: <openstreetmap/openstreetmap-website/issues/3662/1231674354 at github.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/rails-dev/attachments/20220830/1c76933d/attachment.htm>
More information about the rails-dev
mailing list