RIOT-OS / riot-os.org

Sources of the RIOT website https://riot-os.org/.
4 stars 16 forks source link

Actions/deployment: specify bundler version #115

Closed leandrolanzieri closed 9 months ago

leandrolanzieri commented 9 months ago

For some time the deployment action seems to be failing. The error:

ERROR:  Error installing bundler:
    The last version of bundler (>= 0) to support your Ruby & RubyGems was 2.4.22. Try installing it with `gem install bundler -v 2.4.22`
    bundler requires Ruby version >= 3.0.0. The current ruby version is 2.7.8.225.

This tries applying the suggested solution of setting the bundler version to 2.4.22. Not sure we can test if this fixes the issue without merging...

github-actions[bot] commented 9 months ago

🚀 PR preview deployed to https://RIOT-OS-riot-os-org-preview-115.surge.sh

leandrolanzieri commented 9 months ago

Thanks, it worked