Skip to content

Commit

Permalink
Remove ostruct require
Browse files Browse the repository at this point in the history
OpenStruct usage was removed in #2004 but this was missed.

In Ruby 3.5 this require would trigger a warning
  • Loading branch information
Earlopain authored and jeremyevans committed Apr 2, 2024
1 parent 8c73aef commit 40df0e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/rack/show_exceptions.rb
@@ -1,6 +1,5 @@
# frozen_string_literal: true

require 'ostruct'
require 'erb'

require_relative 'constants'
Expand Down

0 comments on commit 40df0e2

Please sign in to comment.