summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-02-20 19:31:32 +0900
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2019-02-20 19:31:32 +0900
commitf1581fe4b57a7d04930ca980e685a80a5701973f (patch)
tree8de74111bec0d533b42c21f469b77e009e1deee0 /bundler.gemspec
parent98a0a2dfdd42d9f624682915ab27fe1d4319def8 (diff)
downloadbundler-f1581fe4b57a7d04930ca980e685a80a5701973f.tar.gz
Fixup r66984. Update the location of bundler gemspec.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@66993 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index eebc4ef53b..56cb8e3ae1 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -5,7 +5,7 @@ begin
require File.expand_path("../lib/bundler/version", __FILE__)
rescue LoadError
# for Ruby core repository
- require File.expand_path("../bundler/version", __FILE__)
+ require File.expand_path("../version", __FILE__)
end
Gem::Specification.new do |s|