Skip to content

Commit

Permalink
amended README to include running tests before and after Gem update
Browse files Browse the repository at this point in the history
  • Loading branch information
laurentb4 committed Aug 9, 2024
1 parent c404547 commit ab5d626
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,8 @@ Details of how to perform a new [Site Import from CSV](docs/site_import_from_csv
## Updating Gems

Developer tools (alpine-sdk, ruby-dev) have been added to the container to facilitate Gem version updates. To update a Gem version:
- Build and run tests to make sure you have a baseline of the application running well.

- Build the dev container
```bash
make build-dev
Expand All @@ -178,3 +180,5 @@ Developer tools (alpine-sdk, ruby-dev) have been added to the container to facil
bundle update rails
```
- Check that the Gemfile.lock has the new version

- Destroy container, re-build and run tests.

0 comments on commit ab5d626

Please sign in to comment.