You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/08 01:00:41 UTC

[whimsy] branch master updated: Drop .ruby-version from Git

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 10248c9  Drop .ruby-version from Git
10248c9 is described below

commit 10248c91295b8baa8b7b5e847e807e6d6843f7f0
Author: Sebb <se...@apache.org>
AuthorDate: Sun Aug 8 02:00:34 2021 +0100

    Drop .ruby-version from Git
---
 .gitignore    | 1 +
 .ruby-version | 1 -
 MACOSX.md     | 1 +
 3 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index e8682a0..8995b92 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,3 +7,4 @@ work
 .subversion
 .rakeTasks
 assets/
+.ruby-version
\ No newline at end of file
diff --git a/.ruby-version b/.ruby-version
deleted file mode 100644
index 005119b..0000000
--- a/.ruby-version
+++ /dev/null
@@ -1 +0,0 @@
-2.4.1
diff --git a/MACOSX.md b/MACOSX.md
index 5a0d978..29745de 100644
--- a/MACOSX.md
+++ b/MACOSX.md
@@ -61,6 +61,7 @@ $ rbenv init
 Follow directions to ensure rbenv is setup in your shell(s), and double-check your ruby version. 
 Note the PATH changes that `rbenv init -` configures; you'll need to duplicate it in your httpd conf later.
 To use this globally when invoked through rbenv shims, you can use `rbenv global $VERSION` to set that where `$VERSION` is the version in `/srv/whimsy/.ruby-version`.
+[TODO: describe how to set .ruby-version]
 To set this system-wide, you can link the specific versions of `ruby` and `gem` in rbenv to `/usr/local/bin` like so:
 
 ```