1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[bundler/bundler] Reconcile test

The `:bundler` gem is not needed in the regular repo either.

https://github.com/bundler/bundler/commit/ca5ce01a9b
This commit is contained in:
David Rodríguez 2019-08-15 16:47:44 +02:00 committed by Hiroshi SHIBATA
parent 122bc65042
commit 334e615022
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -217,9 +217,7 @@ RSpec.describe "bundle gem" do
prepare_gemspec(bundled_app("newgem", "newgem.gemspec"))
Dir.chdir(bundled_app("newgem")) do
gems = ["rake-12.3.2", :bundler]
# for Ruby core repository, Ruby 2.6+ has bundler as standard library.
gems.delete(:bundler) if ruby_core?
gems = ["rake-12.3.2"]
system_gems gems, :path => :bundle_path
bundle! "exec rake build"
end