From 185b04f7ade3d1e3023d15061240cea4ec7a168d Mon Sep 17 00:00:00 2001 From: Eric Proulx Date: Fri, 27 Sep 2024 17:45:17 +0200 Subject: [PATCH] Update UPGRADING.md --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 08fcaca70..514144901 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -3,7 +3,7 @@ Upgrading Grape ### Upgrading to >= 2.3.0 -#### Remove Deprecated Methods and Pptions +#### 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