Skip to content

Commit

Permalink
Update Ruby to 3.3.5 and use asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosmartinez committed Oct 31, 2024
1 parent 0dfd67c commit d5e0d01
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .tool-versions
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
ruby 3.3.5
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

This is the repo for the [Teacher Services tech docs](https://tech-docs.teacherservices.cloud).

### Install build dependencies with ASDF

The required versions of build tools are defined in [.tool-versions](.tool-versions). These can be automatically installed with [asdf-vm](https://asdf-vm.com/), see their [installation instructions](https://asdf-vm.com/#/core-manage-asdf).

Install the plugin specified in `.tool-versions`

```bash
asdf plugin add ruby
asdf install
```

(We don't mandate asdf, you can use other tools if you prefer.)

## Developing on this project

Copy `.env.example` to `.env` and populate a GitHub token with read access to repos.
Expand Down

0 comments on commit d5e0d01

Please sign in to comment.