ruby-changes:54079
From: k0kubun <ko1@a...>
Date: Sun, 9 Dec 2018 21:35:22 +0900 (JST)
Subject: [ruby-changes:54079] k0kubun:r66299 (trunk): test/rdoc/minitest_helper.rb: partially revert r66286
k0kubun 2018-12-09 21:35:13 +0900 (Sun, 09 Dec 2018) New Revision: 66299 https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=66299 Log: test/rdoc/minitest_helper.rb: partially revert r66286 to resurrect r65613 Modified files: trunk/test/rdoc/minitest_helper.rb Index: test/rdoc/minitest_helper.rb =================================================================== --- test/rdoc/minitest_helper.rb (revision 66298) +++ test/rdoc/minitest_helper.rb (revision 66299) @@ -1,7 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/test/rdoc/minitest_helper.rb#L1 # frozen_string_literal: true +require 'bundler/errors' begin gem 'minitest', '~> 5.0' -rescue NoMethodError, Gem::LoadError +rescue NoMethodError, Gem::LoadError, Bundler::GemfileNotFound # for ruby tests end -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/