mirror of
https://github.com/inspec/inspec
synced 2025-02-17 22:48:46 +00:00
UPGRADE: Upgrade ruby version from 3.1.2 to 3.1.4
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
This commit is contained in:
parent
6629387a51
commit
f7a654cbd1
1 changed files with 2 additions and 2 deletions
|
@ -3,9 +3,9 @@
|
|||
# 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.4"
|
||||
|
||||
# Mac m1
|
||||
override "openssl", version: "1.1.1m" if mac_os_x?
|
||||
|
||||
override "ruby-msys2-devkit", version: "3.1.2-1"
|
||||
override "ruby-msys2-devkit", version: "3.1.4-1"
|
||||
|
|
Loading…
Add table
Reference in a new issue