File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ! .tool-versions
12/.bundle /
23/.yardoc
34/_yardoc /
Original file line number Diff line number Diff line change 1+ 3.1.0
Original file line number Diff line number Diff line change 1+ ruby 3.1.0
Original file line number Diff line number Diff line change 1515- After releasing, delete the generated ` .gem ` files from the root
1616 directory — they are not committed and should not linger.
1717
18+ ## Ruby version
19+
20+ For now, use the minimum required Ruby version for development —
21+ this ensures the gem works for everyone who meets that requirement.
22+
23+ When updating the minimum required Ruby version, update it in all
24+ of these places:
25+
26+ - ` .ruby-version `
27+ - ` .tool-versions `
28+ - ` duck_typer.gemspec ` (` spec.required_ruby_version ` )
29+ - ` .github/workflows/ci.yml ` (` ruby-version ` )
30+
1831## Commands
1932
2033- ` bundle exec rake test ` — run Minitest and RSpec suites
You can’t perform that action at this time.
0 commit comments