0
0
Fork 0

Update dependency http to '~> 5.2.0' (#30027)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
renovate[bot] 2024-04-22 16:02:47 +02:00 committed by GitHub
parent 2ef098d01c
commit 483fabf48a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 6 additions and 14 deletions

View file

@ -1,8 +0,0 @@
# frozen_string_literal: true
# Monkey patching until https://github.com/httprb/http/pull/757 is merged
unless HTTP::Request::METHODS.include?(:purge)
methods = HTTP::Request::METHODS.dup
HTTP::Request.send(:remove_const, :METHODS)
HTTP::Request.const_set(:METHODS, methods.push(:purge).freeze)
end