Skip to content

Commit

Permalink
UPGRADE: Upgrade ruby version from 3.1.2 to 3.1.4
Browse files Browse the repository at this point in the history
Signed-off-by: Sonu Saha <sonu.saha@progress.com>
  • Loading branch information
ahasunos committed Oct 10, 2023
1 parent 26b1004 commit 27e9ebd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions omnibus_overrides.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 27e9ebd

Please sign in to comment.