674
by Jacques Distler
Bundler
1
#!/usr/bin/env ruby
3
# This file was generated by RubyGems.
5
# The application 'bundler' is installed as part of a gem, and
6
# this file is here to facilitate running it.
10
vend = File.join(File.dirname(__FILE__), 'vendor')
865
by Jacques Distler
Ruby 2.3 Compatibility
11
#Gem.use_paths File.join(vend, 'bundle', 'ruby', File.basename(Gem.dir)), ([File.join(vend, 'plugins', 'bundler')] + Gem.path)
12
Gem.use_paths File.join(vend, 'bundle', 'ruby', File.basename(Gem.dir)), [File.join(vend, 'plugins', 'bundler')]
18
str = str.dup.force_encoding("BINARY") if str.respond_to? :force_encoding
19
if str =~ /\A_(.*)_\z/ and Gem::Version.correct?(1ドル) then
674
by Jacques Distler
Bundler
23
end
25
gem 'bundler', version
26
load Gem.bin_path('bundler', 'bundle', version)