mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix the relative path for Ruby core
This commit is contained in:
parent
5f7df72b56
commit
3e8ca51b3b
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ begin
|
|||
require_relative 'lib/erb/version'
|
||||
rescue LoadError
|
||||
# for Ruby core repository
|
||||
require_relative 'version'
|
||||
require_relative 'erb/version'
|
||||
end
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
|
|
Loading…
Add table
Reference in a new issue