Skip to content

Commit

Permalink
Fix UPGRADING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Sep 27, 2024
1 parent 4df958c commit 60c96e1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ Upgrading Grape

### Upgrading to >= 2.3.0

#### Remove deprecated methods and options
#### Remove Deprecated Methods and Pptions

- Deprecated `file` method has been removed. Use `send_file` or `stream`.
See [#2500](https://github.com/ruby-grape/grape/pull/2500)
See [#2500](https://github.com/ruby-grape/grape/pull/2500) for more information

- `except` and `proc` options have been removed from the `values` validator. Use `except validator` or assign `proc` directly to `values`.
See [#2501](https://github.com/ruby-grape/grape/pull/2501)
- The `except` and `proc` options have been removed from the `values` validator. Use `except_values` validator or assign `proc` directly to `values`.
See [#2501](https://github.com/ruby-grape/grape/pull/2501) for more information

### Upgrading to >= 2.2.0

Expand Down

0 comments on commit 60c96e1

Please sign in to comment.