Skip to content

Commit

Permalink
Require Active Support before using it (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
etiennebarrie authored Sep 4, 2024
1 parent 6cec5eb commit 2bfe838
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/app_profiler.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# frozen_string_literal: true

require "active_support"
require "active_support/core_ext/class"
require "active_support/core_ext/module"
require "logger"
Expand Down

0 comments on commit 2bfe838

Please sign in to comment.