mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/logger] Update logger.gemspec
https://github.com/ruby/logger/commit/1335a71d98
This commit is contained in:
parent
7f10da9d27
commit
7ef0856287
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
begin
|
begin
|
||||||
require File.expand_path("../lib/logger/version", __FILE__)
|
require_relative "lib/logger/version"
|
||||||
rescue LoadError
|
rescue LoadError # Fallback to load version file in ruby core repository
|
||||||
require File.expand_path("../logger/version", __FILE__)
|
require_relative "logger/version"
|
||||||
end
|
end
|
||||||
|
|
||||||
Gem::Specification.new do |spec|
|
Gem::Specification.new do |spec|
|
||||||
|
|
Loading…
Add table
Reference in a new issue