From 40df0e260f608403355bfa3cd58056991cb91f79 Mon Sep 17 00:00:00 2001 From: Earlopain <14981592+Earlopain@users.noreply.github.com> Date: Tue, 2 Apr 2024 14:22:55 +0200 Subject: [PATCH] Remove `ostruct` require OpenStruct usage was removed in #2004 but this was missed. In Ruby 3.5 this require would trigger a warning --- lib/rack/show_exceptions.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rack/show_exceptions.rb b/lib/rack/show_exceptions.rb index 08a9d87ff..9172a4dba 100644 --- a/lib/rack/show_exceptions.rb +++ b/lib/rack/show_exceptions.rb @@ -1,6 +1,5 @@ # frozen_string_literal: true -require 'ostruct' require 'erb' require_relative 'constants'