agama-project / agama

A service-based Linux installer
https://agama-project.github.io/
GNU General Public License v2.0
143 stars 43 forks source link

Update ruby-augeas to fix problem at CI #1705

Closed ancorgs closed 3 weeks ago

ancorgs commented 3 weeks ago

Problem

The checks at GitHub were failing for new pull requests because it was not possible to install ruby-augeas 0.5.0 at the containers.

Apparently that was triggered by a recent update of the version of the package at openSUSE Tumbleweed (it moved to 0.6.0).

Solution

This updates Gemfile.lock to use the same version that is now available on Tumbleweed. Apparently that fixes CI for the new pull requests.