From 03e81a79ac21b3f93ba34ddaab6f51212119b65c Mon Sep 17 00:00:00 2001 From: Russell Edens Date: Wed, 16 Jun 2021 17:09:56 -0400 Subject: [PATCH] chore: Rebundled with newer version The post was issuing a multi-part post with body. That is a malformed request and starting with Rack 2.2.2 will generate an exception. https://github.com/rack/rack/issues/1603 This fixes that issue. --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 6698abd0..d2c72fc2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -166,4 +166,4 @@ RUBY VERSION ruby 2.7.2p137 BUNDLED WITH - 2.2.3 + 2.2.20