Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pre-install Ruby 2.6, 2.5, 2.4 #69

Merged
merged 1 commit into from
Mar 20, 2019
Merged

Pre-install Ruby 2.6, 2.5, 2.4 #69

merged 1 commit into from
Mar 20, 2019

Conversation

jankeromnes
Copy link
Contributor

@jankeromnes jankeromnes commented Mar 13, 2019

Should address gitpod-io/gitpod#353 somewhat.

This will not make rvm install 2.X persistent, however since 2.4, 2.5, and 2.6 will already be pre-installed, you can simply specify this in your .gitpod.yml:

tasks:
- before: rvm use 2.4

This will make sure that your terminals always use Ruby 2.4, even after you restart your workspace.

@jankeromnes jankeromnes changed the title [Ruby] Pre-install 2.4, 2.5, 2.6 Pre-install Ruby 2.6, 2.5, and 2.4 Mar 13, 2019
@jankeromnes jankeromnes changed the title Pre-install Ruby 2.6, 2.5, and 2.4 Pre-install Ruby 2.6, 2.5, 2.4 Mar 13, 2019
@jankeromnes
Copy link
Contributor Author

@bwl21 could you please take a look at these Ruby changes, and let me know if they look good to you?

It pre-installs 2.4, 2.5 and 2.6 (latest stable patch for each), and also removes the RUBY_VERSION env variable, which didn't seem useful.

@jankeromnes jankeromnes mentioned this pull request Mar 14, 2019
@jankeromnes
Copy link
Contributor Author

Ok, let's try this.

@jankeromnes jankeromnes merged commit 27d91c0 into master Mar 20, 2019
@jankeromnes jankeromnes deleted the upgrade-ruby branch March 20, 2019 07:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant