1
0
Fork 0
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:
Hiroshi SHIBATA 2019-07-15 14:45:05 +09:00
parent f103ed8b7d
commit 036039c8a2
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -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|