Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
patbenatar committed Aug 20, 2024
1 parent 2f54d69 commit 3dd8ac7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,12 @@ Appraisal:
docker-compose run rbexy bundle exec appraisal bin/test
```
When updating dependency versions in gemspec, you also need to regenerate the appraisal gemspecs with:
```
docker-compose run rbexy bundle exec appraisal install
```
## Debugging TemplatePath methods being called
When a new version of Rails is released, we need to check what methods are being
called on `Rbexy::Component::TemplatePath` to make sure we always return
Expand Down

0 comments on commit 3dd8ac7

Please sign in to comment.