Skip to content

Commit

Permalink
Update ruby-augeas to fix problem at CI (#1705)
Browse files Browse the repository at this point in the history
## 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.
  • Loading branch information
ancorgs authored Oct 28, 2024
2 parents d1062ee + e703167 commit 56b8a8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.1)
ruby-augeas (0.5.0)
ruby-augeas (0.6.0)
ruby-dbus (0.23.1)
rexml
simplecov (0.21.2)
Expand Down

0 comments on commit 56b8a8d

Please sign in to comment.