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:
parent
122bc65042
commit
334e615022
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue