We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2cdc42 commit 3e7f7a8Copy full SHA for 3e7f7a8
.github/workflows/exercise-tests.yml
@@ -16,7 +16,7 @@ jobs:
16
matrix:
17
os:
18
- ubuntu-24.04
19
- ruby-version: [3.2, 3.3]
+ ruby-version: [3.4]
20
21
steps:
22
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3
README.md
@@ -19,9 +19,11 @@ Exercism Exercises in Ruby
## Setup
-You'll need a recent (2.6+) version of Ruby, but that's it.
+You will want a recent (3.4+) version of Ruby, but that's it.
23
Minitest ships with the language, so you're all set.
24
25
+Older versions of Ruby may work, but are not officially supported.
26
+
27
## Anatomy of an Exercise
28
29
The files for an exercise live in `exercises/<slug>`.
0 commit comments