Sha256: 1674b166ca97d6ae12c8b999fcf3aba55687ee3e4cdbfb6f683fdb7a01f7eeea

Contents?: true

Size: 354 Bytes

Versions: 1

Compression:

Stored size: 354 Bytes

Contents

echo "-----> ry to version: \\\"3\.0\.0\\\""
echo "-----> Loading ry"
if \[\[ ! -e "\$HOME/\.local/bin" \]\]; then
  echo "! ry not found"
  echo "! If ry is installed, check your :ry_path setting."
  exit 1
fi
export PATH="\$HOME/\.local/bin:\$PATH"
eval "\$\(ry setup\)"
RY_RUBY="3\.0\.0"
if \[ -n "\$RY_RUBY" \]; then
  ry use \$RY_RUBY \|\| exit 1
fi

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
mina-1.2.5 spec/support/outputs/ry_with_env.txt