Skip to content

Commit 4e47725

Browse files
committed
Fix docs
1 parent 72ccca7 commit 4e47725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ The codespace environment includes a minimal Rails app with ViewComponent instal
4949

5050
This project uses [appraisal](https://github.com/thoughtbot/appraisal) to run tests for various versions of Ruby and Rails, and [appraisal-run](https://github.com/camertron/appraisal-run) to run them in Docker containers.
5151

52-
1. Configure and install the dependencies: `bundle exec appraisal install`
52+
1. Install the dependencies: `bundle`
5353
2. Make sure the tests pass: `appraisal-run gemfiles/*.gemfile -- bundle exec rake`
5454

5555
When a new version of Rails is released:

0 commit comments

Comments
 (0)