From 00d951a4c367dfff1b17702b48a388be6afe0589 Mon Sep 17 00:00:00 2001 From: Jill Klang Date: Thu, 25 Apr 2024 12:41:14 -0600 Subject: [PATCH] Docs fix (#263) --- docs/README.md | 2 +- packages/data_taster/docs/CHANGELOG.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index 70cf9672..24784aa0 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 `, 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 `, 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 `, for further information on Appraisal refer to [their documentation](https://github.com/thoughtbot/appraisal). diff --git a/packages/data_taster/docs/CHANGELOG.md b/packages/data_taster/docs/CHANGELOG.md index 98f1abc5..6c7d33bc 100644 --- a/packages/data_taster/docs/CHANGELOG.md +++ b/packages/data_taster/docs/CHANGELOG.md @@ -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