summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-11 11:32:03 +0200
committerDavid Rodríguez <deivid.rodriguez@riseup.net>2019-07-11 12:08:01 +0200
commit062cd2be7cfc24e46e3a2608c279e6f55d715d6b (patch)
tree8ef5bcffabf54ed9eaf84dc84a52718c0bed4d30
parentc0b9d4e6c6c745fa613a15000f877c358d3127c6 (diff)
downloadbundler-062cd2be7cfc24e46e3a2608c279e6f55d715d6b.tar.gz
Correct a rubygems test filter
It seems to pass under rubygems 2.5.2.
-rw-r--r--spec/commands/exec_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/commands/exec_spec.rb b/spec/commands/exec_spec.rb
index b9be5d7c02..5d86df2b82 100644
--- a/spec/commands/exec_spec.rb
+++ b/spec/commands/exec_spec.rb
@@ -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)