mirror of
https://github.com/inspec/inspec
synced 2024-11-25 06:00:29 +00:00
test ruby 3.1.6 upgrade
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
e52ecca1a5
commit
727942e4e3
2 changed files with 6 additions and 7 deletions
|
@ -1,15 +1,14 @@
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/chef/omnibus-software.git
|
remote: https://github.com/chef/omnibus-software.git
|
||||||
revision: b73b772fe13500f546cc992a963aeba71d68991a
|
revision: dd171125b10e9a457090cc20165ee4ecf2e0d51d
|
||||||
branch: main
|
branch: main
|
||||||
specs:
|
specs:
|
||||||
omnibus-software (24.6.323)
|
omnibus-software (24.6.323)
|
||||||
ffi (>= 1.17.0)
|
|
||||||
omnibus (>= 9.0.0)
|
omnibus (>= 9.0.0)
|
||||||
|
|
||||||
GIT
|
GIT
|
||||||
remote: https://github.com/chef/omnibus.git
|
remote: https://github.com/chef/omnibus.git
|
||||||
revision: 3efa84c1a26daf55c4d477bf3653e5905ab4f737
|
revision: 0633d009f24dfced4eb6ab76346b84fbb8c970f0
|
||||||
branch: main
|
branch: main
|
||||||
specs:
|
specs:
|
||||||
omnibus (9.0.25)
|
omnibus (9.0.25)
|
||||||
|
@ -236,7 +235,7 @@ GEM
|
||||||
train-core (~> 3.10)
|
train-core (~> 3.10)
|
||||||
tty-prompt (~> 0.17)
|
tty-prompt (~> 0.17)
|
||||||
tty-table (~> 0.10)
|
tty-table (~> 0.10)
|
||||||
iostruct (0.1.3)
|
iostruct (0.2.0)
|
||||||
ipaddress (0.8.3)
|
ipaddress (0.8.3)
|
||||||
iso8601 (0.13.0)
|
iso8601 (0.13.0)
|
||||||
jmespath (1.6.2)
|
jmespath (1.6.2)
|
||||||
|
@ -249,7 +248,7 @@ GEM
|
||||||
tomlrb (>= 1.2, < 3.0)
|
tomlrb (>= 1.2, < 3.0)
|
||||||
tty-box (~> 0.6)
|
tty-box (~> 0.6)
|
||||||
tty-prompt (~> 0.20)
|
tty-prompt (~> 0.20)
|
||||||
license_scout (1.3.10)
|
license_scout (1.3.15)
|
||||||
ffi-yajl (~> 2.2)
|
ffi-yajl (~> 2.2)
|
||||||
mixlib-shellout (>= 2.2, < 4.0)
|
mixlib-shellout (>= 2.2, < 4.0)
|
||||||
toml-rb (>= 1, < 3)
|
toml-rb (>= 1, < 3)
|
||||||
|
|
|
@ -3,8 +3,8 @@
|
||||||
# grab the current train release from rubygems.org
|
# grab the current train release from rubygems.org
|
||||||
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
||||||
override "train", version: "v#{train_stable}"
|
override "train", version: "v#{train_stable}"
|
||||||
override "ruby", version: "3.1.2"
|
override "ruby", version: "3.1.6"
|
||||||
|
|
||||||
override :openssl, version: "3.0.11"
|
override :openssl, version: "3.0.11"
|
||||||
|
|
||||||
override "ruby-msys2-devkit", version: "3.1.2-1"
|
override "ruby-msys2-devkit", version: "3.1.6-1"
|
||||||
|
|
Loading…
Reference in a new issue