summaryrefslogtreecommitdiff
path: root/bundler.gemspec
diff options
context:
space:
mode:
authorSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-07 12:33:20 +0000
committerSHIBATA Hiroshi <hsbt@ruby-lang.org>2018-11-07 12:33:20 +0000
commit490591030356b835f1cbd1815ff7acff6c9fe394 (patch)
tree3d4d4a964fe492d48bf5e4b29bd6fbad31c1eb07 /bundler.gemspec
parent35031a16b90e8883582319f78d396d7ba215c43d (diff)
downloadbundler-490591030356b835f1cbd1815ff7acff6c9fe394.tar.gz
Added extname
Diffstat (limited to 'bundler.gemspec')
-rw-r--r--bundler.gemspec4
1 files changed, 2 insertions, 2 deletions
diff --git a/bundler.gemspec b/bundler.gemspec
index bffcbd4ec2..b642ce272f 100644
--- a/bundler.gemspec
+++ b/bundler.gemspec
@@ -1,12 +1,12 @@
# coding: utf-8
# frozen_string_literal: true
-version = File.expand_path("../lib/bundler/version", __FILE__)
+version = File.expand_path("../lib/bundler/version.rb", __FILE__)
if File.file?(version)
require version
else
# for Ruby core repository
- require File.expand_path("../bundler/version", __FILE__)
+ require File.expand_path("../bundler/version.rb", __FILE__)
end
require "shellwords"