cirrus: Install older dotenv gem version 2.8.1

This indirect dependency has a newer version that requires
Ruby 3.0 or newer. We're on Debian 10 "Buster" for now, which is
still on Ruby 2.5.

Pin to dotenv 2.8.1, the latest version compatible with our older Ruby,
per the error message from CI:

> The last version of dotenv (>= 0) to support your Ruby & RubyGems
> was 2.8.1. Try installing it with `gem install dotenv -v 2.8.1`
> and then running the current command again
>
> dotenv requires Ruby version >= 3.0.
> The current ruby version is 2.5.0.
This commit is contained in:
DeeDeeG 2024-02-15 23:38:38 -05:00
parent 62e5ba2f5a
commit ac73b991b6

View File

@ -85,6 +85,7 @@ arm_linux_task:
libasound2-dev
libnss3
xvfb
- gem install dotenv -v 2.8.1
- gem install fpm
- git submodule init
- git submodule update