mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Revert "Fixed the require path for e2mmap version file."
This reverts commit ff953a003e
.
This commit is contained in:
parent
ff953a003e
commit
65e8267938
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@ begin
|
|||
require_relative "lib/e2mmap/version"
|
||||
rescue LoadError
|
||||
# for Ruby core repository
|
||||
require_relative "e2mmap/version"
|
||||
require_relative "version"
|
||||
end
|
||||
|
||||
Gem::Specification.new do |spec|
|
||||
|
|
Loading…
Reference in a new issue