Skip to content

Commit 9be9292

Browse files
build(ruby): bump Ruby version from 3.1.2 to 3.3.10
1 parent d2b64f3 commit 9be9292

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1.2
1+
3.3.10

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ Please [support](#support) this site and join the [Discord](https://b.remarkabl.
1111

1212
## Prerequisites
1313

14-
[Ruby](https://www.ruby-lang.org/en/downloads/) 3.1.2:
14+
[Ruby](https://www.ruby-lang.org/en/downloads/):
1515

1616
```sh
1717
ruby --version
1818
```
1919

20+
```sh
21+
cat .ruby-version
22+
```
23+
2024
If your version is behind, you can install ruby with [rbenv](https://github.com/rbenv/rbenv) or [RVM](https://rvm.io/).
2125

2226
### rbenv
@@ -31,7 +35,12 @@ rbenv init
3135
Reload or open a new shell:
3236

3337
```sh
34-
curl -fsSL https://github.com/rbenv/rbenv-installer/raw/HEAD/bin/rbenv-installer | bash
38+
source ~/.zshrc
39+
```
40+
41+
Install Ruby:
42+
43+
```sh
3544
rbenv install
3645
rbenv local
3746
```
@@ -69,6 +78,7 @@ To switch the git submodule remote URL from HTTPS to SSH:
6978
```sh
7079
cd assets
7180
git remote set-url origin git@github.com:remarkablemark/assets.git
81+
cd -
7282
```
7383

7484
Install the dependencies:

0 commit comments

Comments
 (0)