foreman: 0.78.0 -> 0.87.2
Fixes #90776 (cherry picked from commit 50793c3c457d6383b66b352ff185c612617be16f)
This commit is contained in:
parent
af7b550cd4
commit
c8c1922743
@ -1,15 +1,13 @@
|
|||||||
GEM
|
GEM
|
||||||
remote: https://rubygems.org/
|
remote: https://rubygems.org/
|
||||||
specs:
|
specs:
|
||||||
foreman (0.78.0)
|
foreman (0.87.2)
|
||||||
thor (~> 0.19.1)
|
|
||||||
thor (0.19.1)
|
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
ruby
|
x86_64-linux
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
foreman
|
foreman
|
||||||
|
|
||||||
BUNDLED WITH
|
BUNDLED WITH
|
||||||
2.1.4
|
2.2.20
|
||||||
|
@ -1,18 +1,12 @@
|
|||||||
{
|
{
|
||||||
thor = {
|
|
||||||
version = "0.19.1";
|
|
||||||
source = {
|
|
||||||
type = "gem";
|
|
||||||
remotes = ["https://rubygems.org"];
|
|
||||||
sha256 = "08p5gx18yrbnwc6xc0mxvsfaxzgy2y9i78xq7ds0qmdm67q39y4z";
|
|
||||||
};
|
|
||||||
};
|
|
||||||
foreman = {
|
foreman = {
|
||||||
version = "0.78.0";
|
groups = ["default"];
|
||||||
|
platforms = [];
|
||||||
source = {
|
source = {
|
||||||
type = "gem";
|
|
||||||
remotes = ["https://rubygems.org"];
|
remotes = ["https://rubygems.org"];
|
||||||
sha256 = "1caz8mi7gq1hs4l1flcyyw1iw1bdvdbhppsvy12akr01k3s17xaq";
|
sha256 = "0szgxvnzwkzrfbq5dkwa98mig78aqglfy6irdsvq1gq045pbq9r7";
|
||||||
|
type = "gem";
|
||||||
};
|
};
|
||||||
|
version = "0.87.2";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user