You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/CONTRIBUTING.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,7 +49,7 @@ The codespace environment includes a minimal Rails app with ViewComponent instal
49
49
50
50
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.
51
51
52
-
1.Configure and install the dependencies: `bundle exec appraisal install`
52
+
1.Install the dependencies: `bundle`
53
53
2. Make sure the tests pass: `appraisal-run gemfiles/*.gemfile -- bundle exec rake`
0 commit comments