Remove `--pre` from installation instructions.

This commit is contained in:
Samuel Williams 2022-09-09 13:38:30 +09:00 committed by GitHub
parent a389e8b502
commit e3ae5bb37b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ by a [supported web framework](#supported-web-frameworks):
```bash
# Install it generally:
$ gem install rack --pre
$ gem install rack
# or, add it to your current application gemfile:
$ bundle add rack --version 3.0.0