Skip to content

Commit

Permalink
Fix Rails 7.1.0 enforcing active_support dep
Browse files Browse the repository at this point in the history
  • Loading branch information
calebhearth committed Oct 26, 2023
1 parent 3f7d5f0 commit 8678878
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/title.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
$LOAD_PATH.unshift(app) unless $LOAD_PATH.include?(app)

require 'title/version'
require 'active_support'
require 'rails/engine'
require 'title/engine'
require 'helpers/title/title_helper'
Expand Down

0 comments on commit 8678878

Please sign in to comment.