mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed LoadError of version file.
This commit is contained in:
parent
f103ed8b7d
commit
036039c8a2
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
begin
|
||||
require_relative "lib/logger/version"
|
||||
rescue LoadError # Fallback to load version file in ruby core repository
|
||||
require_relative "logger/version"
|
||||
require_relative "version"
|
||||
end
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
|
|
Loading…
Add table
Reference in a new issue