Sha256: 8095f6a6a844ff494032ef25958e263a76fa17979923fe5a251be78aec69ccbc

Contents?: true

Size: 264 Bytes

Versions: 3

Compression:

Stored size: 264 Bytes

Contents

#!/usr/bin/env bash
VERSION=${1:-"2.7.2"}
export PATH="$HOME/.rbenv/bin:$PATH"
git clone https://github.com/rbenv/rbenv.git ~/.rbenv
git clone git@github.com:rbenv/ruby-build.git ~/.rbenv/plugins/ruby-buildCloning
eval "$(rbenv init -)"
rbenv install "${VERSION}"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
ecs-logging-1.0.0 .ci/install-rbenv.sh
ecs-logging-0.2.1 .ci/install-rbenv.sh
ecs-logging-0.2.0 .ci/install-rbenv.sh