Files
omarchy/install/development/ruby.sh
2025-07-25 16:48:53 -04:00

9 lines
237 B
Bash

#!/bin/bash
# Install Ruby using gcc-14 for compatibility
yay -S --noconfirm --needed gcc14
mise settings set ruby.ruby_build_opts "CC=gcc-14 CXX=g++-14"
# Trust .ruby-version
mise settings add idiomatic_version_file_enable_tools ruby