Skip to content

Commit

Permalink
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 deivid-rodriguez committed Dec 11, 2023
1 parent 7be5b40 commit 8a936d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bundler/spec/install/gems/standalone_spec.rb
Original file line number Diff line number Diff line change
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 8a936d7

Please sign in to comment.