Skip to content

Commit

Permalink
[rubygems/rubygems] Use StringIO 3.1.0 in tests to work with ruby 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde authored and hsbt committed Dec 12, 2023
1 parent 0b24c71 commit 3b9ea66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/bundler/install/gems/standalone_spec.rb
Expand Up @@ -145,7 +145,7 @@

realworld_system_gems "tsort --version 0.1.0"

necessary_system_gems = ["optparse --version 0.1.1", "psych --version 3.3.2", "logger --version 1.4.3", "etc --version 1.2.0", "stringio --version 3.0.1"]
necessary_system_gems = ["optparse --version 0.1.1", "psych --version 3.3.2", "logger --version 1.4.3", "etc --version 1.2.0", "stringio --version 3.1.0"]
necessary_system_gems += ["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_system_gems += ["yaml --version 0.1.1"] if Gem.rubygems_version < Gem::Version.new("3.4.a")
realworld_system_gems(*necessary_system_gems, path: scoped_gem_path(bundled_app("bundle")))
Expand Down

0 comments on commit 3b9ea66

Please sign in to comment.