Skip to content

Commit 26c643b

Browse files
committed
Upgrade ruby version for omnibus
Upgrade from 2.7.3 to 3.2.2. Ruby 2.7.3 is not supported anymore.
1 parent f2c1e13 commit 26c643b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

omnibus/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.3
1+
3.2.2

omnibus/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ DEPENDENCIES
125125
omnibus-software!
126126

127127
BUNDLED WITH
128-
2.2.16
128+
2.4.22

omnibus/config/software/crystal.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
delete "#{output_bin}_arm64"
8585

8686
block do
87-
raise "Could not build crystal" unless File.exists?(output_bin)
87+
raise "Could not build crystal" unless File.exist?(output_bin)
8888

8989
if macos? || mac_os_x?
9090
otool_libs = `otool -L #{output_bin}`

0 commit comments

Comments
 (0)