Skip to content

Commit

Permalink
Try to load deprecator in 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bkeepers committed Jan 23, 2024
1 parent 73d0512 commit 7d3a361
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/test_help_test.rb
@@ -1,4 +1,5 @@
require "active_support/deprecator"
# Rails 7.1 fails if this is not loaded
require "active_support/deprecator" rescue nil
require "active_support/test_case"
require "minitest/autorun"

Expand Down

0 comments on commit 7d3a361

Please sign in to comment.