Skip to content

Commit

Permalink
FIX: Add missing ERB require (#531)
Browse files Browse the repository at this point in the history
This is needed for applications that don't need/load ERB.

Co-authored-by: Jonas Mueller <jonas@tigger.cloud>
  • Loading branch information
muellerj and Jonas Mueller committed Feb 28, 2022
1 parent 1ed6d97 commit 1481aab
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/rack-mini-profiler.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require 'erb'
require 'json'
require 'timeout'
require 'thread'
Expand Down

0 comments on commit 1481aab

Please sign in to comment.