Skip to content

Commit 92f336b

Browse files
committed
Use expand_path("lib", __dir__) instead of expand_path("../lib", __FILE__)
1 parent 9bbc0c2 commit 92f336b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

simplecov-html.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# frozen_string_literal: true
22

3-
$LOAD_PATH.push File.expand_path("../lib", __FILE__)
3+
$LOAD_PATH.push File.expand_path("lib", __dir__)
44
require "simplecov-html/version"
55

66
Gem::Specification.new do |gem|

0 commit comments

Comments
 (0)