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 bdc80ac commit c5d7fe2Copy full SHA for c5d7fe2
.junie/guidelines.md
@@ -12,7 +12,7 @@ This document captures project-specific knowledge to streamline setup, testing,
12
- See .env.local.example for an example of what to put in .env.local.
13
- See CONTRIBUTING.md for details on how to set up your local environment.
14
- Ruby and Bundler
15
- - Runtime supports very old Rubies (>= 1.9.2) but development tooling targets >= 2.3 because of CI/setup-ruby and dev dependencies.
+ - Runtime supports very old Rubies (>= 2.2), but development tooling targets >= 2.3 because of CI/setup-ruby and dev dependencies.
16
- Use a recent Ruby (>= 3.1 recommended) for fastest setup and to exercise modern coverage behavior.
17
- Install dependencies via Bundler in project root:
18
- bundle install
0 commit comments