dawarich/config/initializers/httparty.rb

9 lines
225 B
Ruby
Raw Normal View History

2024-12-17 06:56:21 -05:00
# frozen_string_literal: true
# Suppress warnings about nil deprecation
# https://github.com/jnunemaker/httparty/issues/568#issuecomment-1450473603
HTTParty::Response.class_eval do
def warn_about_nil_deprecation; end
end