From 147f3db74220a04e7248a24e4ad1a93036f64fa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Rodr=C3=ADguez?= Date: Fri, 8 Feb 2019 21:56:58 +0100 Subject: This spec is now passing, it seems --- spec/commands/exec_spec.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'spec/commands/exec_spec.rb') diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb index d339486ed1..e92c0ca641 100644 --- a/spec/commands/exec_spec.rb +++ b/spec/commands/exec_spec.rb @@ -760,8 +760,6 @@ __FILE__: #{path.to_s.inspect} end it "overrides disable_shared_gems so bundler can be found", :rubygems => ">= 2.6.2" do - skip "bundler 1.16.x is not support with Ruby 2.6 on Travis CI" if RUBY_VERSION >= "2.6" - system_gems :bundler file = bundled_app("file_that_bundle_execs.rb") create_file(file, <<-RB) -- cgit v1.2.1