Skip to content

Commit c5d7fe2

Browse files
committed
✏️ Fix typo
1 parent bdc80ac commit c5d7fe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.junie/guidelines.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ This document captures project-specific knowledge to streamline setup, testing,
1212
- See .env.local.example for an example of what to put in .env.local.
1313
- See CONTRIBUTING.md for details on how to set up your local environment.
1414
- 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.
15+
- Runtime supports very old Rubies (>= 2.2), but development tooling targets >= 2.3 because of CI/setup-ruby and dev dependencies.
1616
- Use a recent Ruby (>= 3.1 recommended) for fastest setup and to exercise modern coverage behavior.
1717
- Install dependencies via Bundler in project root:
1818
- bundle install

0 commit comments

Comments
 (0)