aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/bundler/bundler.gemspec (renamed from lib/bundler.gemspec)2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.gemspec b/lib/bundler/bundler.gemspec
index f9d456204e..b229ab224d 100644
--- a/lib/bundler.gemspec
+++ b/lib/bundler/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|