Skip to content

Commit f3f6e9e

Browse files
committed
Update README with newer Ruby version
1 parent 1c38ff2 commit f3f6e9e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.7.1
1+
3.2.2

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,14 +49,14 @@ On macOS you need to install brew, bundler.io, and Ruby version manager so that
4949
$ source ~/.zshrc
5050
```
5151

52-
1. Install the required Ruby version:
52+
1. Install a currently supported Ruby version (example uses `3.2.2`):
5353

5454
```
55-
$ rbenv install 2.7.1
56-
$ rbenv global 2.7.1
55+
$ rbenv install 3.2.2
56+
$ rbenv global 3.2.2
5757
$ rbenv version
5858
```
59-
In return, you should see `ruby 2.7.1 2.7.1 (set by /Users/username/docslikecode/.ruby-version`.
59+
In return, you should see output like `ruby 3.2.2 (set by /Users/username/docslikecode/.ruby-version)`.
6060

6161
1. Run `gem install bundle` to install the bundler gem, which helps with Ruby dependencies.
6262
1. Run `bundle install` the first time you are in the `docslikecode` directory.

0 commit comments

Comments
 (0)