Skip to content

Commit

Permalink
Docs fix (#263)
Browse files Browse the repository at this point in the history
  • Loading branch information
that-jill authored Apr 25, 2024
1 parent c43ed2f commit 00d951a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ The generated file often doesn't comply with `rubocop` defined rules, so you'll

Commit everything that was generated and you can now configure your github workflow. Add the gemfiles to the workflow arguments and they should run with each of the supported ruby versions. [`edgestitch`s workflow](.github/workflows/edgestitch.yml) is a good example.

When updating gems it's important to remember to run `bundle exec appraisal bundle update <gem>`, so all your lock files are updated, but CI will remind you otherwise.
When updating gems it's important to remember to run `bundle exec appraisal update <gem>`, so all your lock files are updated, but CI will remind you otherwise.

To run *any* command targeting each of the Appraisals, just run `bundle exec appraisal <command>`, for further information on Appraisal refer to [their documentation](https://github.com/thoughtbot/appraisal).

Expand Down
2 changes: 1 addition & 1 deletion packages/data_taster/docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Unreleased]

## [0.2.0] - 2024-04-25
## [0.3.0] - 2024-04-25

- Add compatibility for encryption with newer versions of attr_encrypted

Expand Down

0 comments on commit 00d951a

Please sign in to comment.