#!/usr/bin/env bash
# Read ruby version from Gemfile

cat >Gemfile <<EOF
ruby "3.3.6"
EOF

assert "mise current ruby" "3.3.6"
