diff options
| author | David RodrÃguez <deivid.rodriguez@riseup.net> | 2024-07-18 13:02:08 +0200 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2024-07-18 18:07:08 +0000 |
| commit | ba6ffaf2e06bc579f88f92f79bcbb48c1b7a2e92 (patch) | |
| tree | ab213eab1feedb3851f1dda046e7d3d0bbfe7a9b /spec | |
| parent | 99bf4021fb813ce842701060ac87823f0980f6bd (diff) | |
[rubygems/rubygems] Use latest shellwords for standalone test
https://github.com/rubygems/rubygems/commit/fcd04daf68
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/bundler/install/gems/standalone_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/bundler/install/gems/standalone_spec.rb b/spec/bundler/install/gems/standalone_spec.rb index 08529f110c..b031df0080 100644 --- a/spec/bundler/install/gems/standalone_spec.rb +++ b/spec/bundler/install/gems/standalone_spec.rb @@ -148,7 +148,7 @@ RSpec.shared_examples "bundle install --standalone" do realworld_system_gems(*necessary_system_gems) necessary_gems_in_bundle_path = ["optparse --version 0.1.1", "psych --version 3.3.2", "logger --version 1.4.3", "etc --version 1.4.3", "stringio --version 3.1.0"] - necessary_gems_in_bundle_path += ["shellwords --version 0.1.0", "base64 --version 0.1.0", "resolv --version 0.2.1"] if Gem.rubygems_version < Gem::Version.new("3.3.a") + necessary_gems_in_bundle_path += ["shellwords --version 0.2.0", "base64 --version 0.1.0", "resolv --version 0.2.1"] if Gem.rubygems_version < Gem::Version.new("3.3.a") necessary_gems_in_bundle_path += ["yaml --version 0.1.1"] if Gem.rubygems_version < Gem::Version.new("3.4.a") realworld_system_gems(*necessary_gems_in_bundle_path, path: scoped_gem_path(bundled_app("bundle"))) |
