foreman: 0.78.0 -> 0.87.2

Fixes #90776
This commit is contained in:
zimbatm 2021-09-08 11:42:07 +02:00
parent 8e778c6df0
commit 50793c3c45
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
2 changed files with 8 additions and 16 deletions

View file

@ -1,15 +1,13 @@
GEM
remote: https://rubygems.org/
specs:
foreman (0.78.0)
thor (~> 0.19.1)
thor (0.19.1)
foreman (0.87.2)
PLATFORMS
ruby
x86_64-linux
DEPENDENCIES
foreman
BUNDLED WITH
2.1.4
2.2.20

View file

@ -1,18 +1,12 @@
{
thor = {
version = "0.19.1";
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
};
};
foreman = {
version = "0.78.0";
groups = ["default"];
platforms = [];
source = {
type = "gem";
remotes = ["https://rubygems.org"];
sha256 = "1caz8mi7gq1hs4l1flcyyw1iw1bdvdbhppsvy12akr01k3s17xaq";
sha256 = "0szgxvnzwkzrfbq5dkwa98mig78aqglfy6irdsvq1gq045pbq9r7";
type = "gem";
};
version = "0.87.2";
};
}