Skip to content

Commit

Permalink
Fix missing period
Browse files Browse the repository at this point in the history
  • Loading branch information
ericproulx committed Sep 27, 2024
1 parent 185b04f commit 59cc45f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ Upgrading Grape
#### Remove Deprecated Methods and Options

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

- 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
See [#2501](https://github.com/ruby-grape/grape/pull/2501) for more information.

### Upgrading to >= 2.2.0

Expand Down

0 comments on commit 59cc45f

Please sign in to comment.