Skip to content

Commit

Permalink
Explicitly require version file
Browse files Browse the repository at this point in the history
Co-authored-by: Nate Vick <nate.vick@hint.io>
  • Loading branch information
benjaminwood and natevick committed Jan 4, 2024
1 parent db9c4ee commit 3b8629f
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
@@ -1,6 +1,7 @@
# frozen_string_literal: true

require "zeitwerk"
require "#{__dir__}/selective/ruby/core/version"

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

0 comments on commit 3b8629f

Please sign in to comment.