Skip to content

Commit a300442

Browse files
author
Inbal Tako
committed
Fix utils path
1 parent 3c82794 commit a300442

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

securenative.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lib = File.expand_path("lib", __dir__)
22
$LOAD_PATH.unshift(lib) unless $LOAD_PATH.include?(lib)
3-
require_relative "lib/utils/version_utils"
3+
require_relative "lib/securenative/utils/version_utils"
44

55
Gem::Specification.new do |spec|
66
spec.name = "securenative"

0 commit comments

Comments
 (0)