Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 036039c

Browse files
committed
Fixed LoadError of version file.
1 parent f103ed8 commit 036039c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/logger/logger.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
begin
22
require_relative "lib/logger/version"
33
rescue LoadError # Fallback to load version file in ruby core repository
4-
require_relative "logger/version"
4+
require_relative "version"
55
end
66

77
Gem::Specification.new do |spec|

0 commit comments

Comments
 (0)