[bundler/bundler] Correct a rubygems test filter

It seems to pass under rubygems 2.5.2.

https://github.com/bundler/bundler/commit/062cd2be7c
This commit is contained in:
David Rodríguez 2019-07-11 11:32:03 +02:00 коммит произвёл Hiroshi SHIBATA
Родитель f5cd02f362
Коммит fc42423b8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: F9CF13417264FAC2
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -851,7 +851,7 @@ __FILE__: #{path.to_s.inspect}
bundle :install, :system_bundler => true, :path => "vendor/bundler"
end
it "overrides disable_shared_gems so bundler can be found", :ruby_repo, :rubygems => ">= 2.6.2" do
it "overrides disable_shared_gems so bundler can be found", :ruby_repo, :rubygems => ">= 2.5.2" do
system_gems :bundler
file = bundled_app("file_that_bundle_execs.rb")
create_file(file, <<-RB)