Rollback to v1.15.4 version.
In r59779, it contains current master version of bundler repository. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59781 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1bc6b96637
commit
5804d24f51
@ -1,15 +1,12 @@
|
||||
#!/usr/bin/env ruby
|
||||
# frozen_string_literal: true
|
||||
|
||||
require "bundler/shared_helpers"
|
||||
|
||||
Bundler::SharedHelpers.major_deprecation(2, "the bundle_ruby executable has been removed in favor of `bundle platform --ruby`")
|
||||
|
||||
Signal.trap("INT") { exit 1 }
|
||||
|
||||
require "bundler/errors"
|
||||
require "bundler/ruby_version"
|
||||
require "bundler/ruby_dsl"
|
||||
require "bundler/shared_helpers"
|
||||
|
||||
module Bundler
|
||||
class Dsl
|
||||
@ -45,6 +42,8 @@ module Bundler
|
||||
end
|
||||
end
|
||||
|
||||
Bundler::SharedHelpers.major_deprecation("the bundle_ruby executable has been removed in favor of `bundle platform --ruby`")
|
||||
|
||||
dsl = Bundler::Dsl.new
|
||||
begin
|
||||
dsl.eval_gemfile(Bundler::SharedHelpers.default_gemfile)
|
||||
|
Loading…
x
Reference in New Issue
Block a user