diff --git a/bin/setup b/bin/setup index 54c52ccb5..10f30e733 100755 --- a/bin/setup +++ b/bin/setup @@ -2,7 +2,10 @@ def system!(*args) system(*args, exception: true) end -puts "== Installing dependencies ==" +puts "\n== Installing Ruby and Node ==" +system("mise install -y") + +puts "\n== Installing dependencies ==" system("gem install bundler --conservative") system("bundle config set --local auto_install true") system("bundle check") || system!("bundle install")