We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2c1e13 commit 26c643bCopy full SHA for 26c643b
omnibus/.ruby-version
@@ -1 +1 @@
1
-2.7.3
+3.2.2
omnibus/Gemfile.lock
@@ -125,4 +125,4 @@ DEPENDENCIES
125
omnibus-software!
126
127
BUNDLED WITH
128
- 2.2.16
+ 2.4.22
omnibus/config/software/crystal.rb
@@ -84,7 +84,7 @@
84
delete "#{output_bin}_arm64"
85
86
block do
87
- raise "Could not build crystal" unless File.exists?(output_bin)
+ raise "Could not build crystal" unless File.exist?(output_bin)
88
89
if macos? || mac_os_x?
90
otool_libs = `otool -L #{output_bin}`
0 commit comments