mirror of
https://github.com/inspec/inspec
synced 2024-11-21 20:23:06 +00:00
test commit
Signed-off-by: Sonu Saha <ahasunos@gmail.com>
This commit is contained in:
parent
cd9c2272e6
commit
cebcdce703
2 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
GIT
|
||||
remote: https://github.com/chef/omnibus-software.git
|
||||
revision: b73b772fe13500f546cc992a963aeba71d68991a
|
||||
revision: dd171125b10e9a457090cc20165ee4ecf2e0d51d
|
||||
branch: main
|
||||
specs:
|
||||
omnibus-software (24.6.323)
|
||||
|
|
|
@ -3,8 +3,8 @@
|
|||
# grab the current train release from rubygems.org
|
||||
train_stable = /^train \((.*)\)/.match(`gem list ^train$ --remote`)[1]
|
||||
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 "ruby-msys2-devkit", version: "3.1.2-1"
|
||||
override "ruby-msys2-devkit", version: "3.3.1-1"
|
||||
|
|
Loading…
Reference in a new issue