Skip to content

Commit

Permalink
Merge pull request #22 from selectiveci/bugfix-for-zeitwerk-eager-loa…
Browse files Browse the repository at this point in the history
…ding

Ignore version file to prevent zeitwerk eagerload issue
  • Loading branch information
benjaminwood authored Dec 8, 2023
2 parents ee75238 + f1bbbd5 commit 4b691ad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/selective-ruby-core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

loader = Zeitwerk::Loader.for_gem(warn_on_extra_files: false)
loader.ignore("#{__dir__}/selective-ruby-core.rb")
loader.ignore("#{__dir__}/selective/ruby/core/version.rb")
loader.setup

module Selective
Expand Down

0 comments on commit 4b691ad

Please sign in to comment.