Skip to content

Commit

Permalink
Merge pull request #22 from basecamp/fix-load-version
Browse files Browse the repository at this point in the history
Fix Zeitwerk failing to class version class with eager loading
  • Loading branch information
jorgemanrubia authored Dec 19, 2024
2 parents b06a7e6 + 10f94bf commit 2929b94
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/hotwire-spark.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
require "zeitwerk"
loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
loader.ignore("#{__dir__}/hotwire-spark.rb")
loader.ignore("#{__dir__}/hotwire/spark/version.rb")
loader.setup

module Hotwire::Spark
Expand Down

0 comments on commit 2929b94

Please sign in to comment.