From d685290f48bb0db0c716df59ec4331e7192389bd Mon Sep 17 00:00:00 2001 From: Jen Mankoff <jmankoff@cs.washington.edu> Date: Sun, 9 Apr 2023 18:24:46 -0700 Subject: [PATCH] updated rvm plan to 2.7 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e3d3d56..d011ca8 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ To use this website, the following steps are necessary: # Basic use: -rvm use ruby 2.6 # on M1 install with rvm install 2.6.6 --with-gcc=clang +rvm use ruby 2.7 # on M1 install with rvm install 2.7 bundle install # if needed -- GitLab