Skip to content

Commit 4813d7f

Browse files
committed
helpful note on appraisal recovery
1 parent f7c7841 commit 4813d7f

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,14 @@ We use [appraisal](https://github.com/thoughtbot/appraisal) to test ActiveRecord
9999
$ bundle exec appraisal rails-52 rake test
100100
$ bundle exec appraisal rails-60 rake test
101101

102+
If you run into trouble with appraisal's gemfiles getting out of date and bundler complaining,
103+
try:
104+
105+
$ bundle exec appraisal clean
106+
$ appraisal generate
107+
108+
That may make changes to appraisal gemfiles that you should commit to repo.
109+
102110
License
103111
-------
104112

0 commit comments

Comments
 (0)