From 5349aa23c8ad23786d25c1e18a3f541de06f4700 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 15 Jul 2019 14:47:29 +0900 Subject: [PATCH] Also fixed up with 036039c8a29d3d8045207c111f9bbc481c904998 --- lib/e2mmap/e2mmap.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/e2mmap/e2mmap.gemspec b/lib/e2mmap/e2mmap.gemspec index b9808d89ff..fc3efde04b 100644 --- a/lib/e2mmap/e2mmap.gemspec +++ b/lib/e2mmap/e2mmap.gemspec @@ -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|