Skip to content

Commit 216b2d5

Browse files
nishidayuyaPragTob
authored andcommitted
docs: fix for rubocop's Style/StringConcatenation when uncomment it
1 parent b2047b8 commit 216b2d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
source "https://rubygems.org"
44

55
# Uncomment this to use local copy of simplecov-html in development when checked out
6-
# gem "simplecov-html", path: File.dirname(__FILE__) + "/../simplecov-html"
6+
# gem "simplecov-html", path: File.join(__dir__, "../simplecov-html")
77

88
# Uncomment this to use development version of html formatter from github
99
# gem "simplecov-html", github: "simplecov-ruby/simplecov-html"

0 commit comments

Comments
 (0)