Skip to content

Commit

Permalink
Update docs/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Jill Klang <[email protected]>
  • Loading branch information
xjunior and that-jill authored Feb 26, 2024
1 parent 6668252 commit 15d3a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ Releases will be published according to [Semantic Versioning](https://semver.org

## Supporting multiple gem versions

To support multiple versions of a gem, and add a build to the pipeline, we use [Appraisal](https://github.com/thoughtbot/appraisal). The installation is simple, add `appraisals` to your gemspec as a development dependency and install it, then create an Appraisals file like the following to support multiple versions of rails:
To support multiple versions of a gem, and add a build to the pipeline, we use [Appraisal](https://github.com/thoughtbot/appraisal). The installation is simple, add `appraisal` to your gemspec as a development dependency and install it, then create an Appraisals file like the following to support multiple versions of rails:

```ruby
appraise "rails-6-1" do
Expand Down

0 comments on commit 15d3a3a

Please sign in to comment.