Skip to content

Commit ead72f6

Browse files
authored
Upgrade ruby version for omnibus (#263)
1 parent b166075 commit ead72f6

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

darwin/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Darwin `x86_64` build
1+
# Darwin `universal` build
22

3-
The `x86_64` crystal darwin build is built natively in an osx host using omnibus.
3+
The `universal` crystal darwin build is built natively in an osx host using omnibus.
44
The whole process is automated using a `Makefile`.
55

66
# Dependencies
77

8-
* Ruby 2.7.3 and `bundle install --binstubs` in `./omnibus`
8+
* Ruby 3.2.2 and `bundle install --binstubs` in `./omnibus`
99
* `pkgconfig`, `libtool` (Can be installed by `$ brew install pkgconfig libtool`)
1010
* Own `/opt/crystal`, `/var/cache`.
1111

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)