Skip to content

Commit

Permalink
Install stringio for standalone spec.
Browse files Browse the repository at this point in the history
- previously it was required already by net/http, but it is not anymore using ruby-trunk
- ruby/net-http@996d18a
- ruby/ruby@364044e#diff-a1d29a94def02829fd4f9ba591199acf079e028f5a2002a77c363eb01212e112
  • Loading branch information
simi committed Oct 25, 2021
1 parent c9ebe7c commit be17796
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 @@ -115,7 +115,7 @@

realworld_system_gems "fiddle --version 1.0.6", "tsort --version 0.1.0"

necessary_system_gems = ["optparse --version 0.1.1", "psych --version 3.3.2", "yaml --version 0.1.1", "logger --version 1.4.3", "etc --version 1.2.0"]
necessary_system_gems = ["optparse --version 0.1.1", "psych --version 3.3.2", "yaml --version 0.1.1", "logger --version 1.4.3", "etc --version 1.2.0", "stringio --version 3.0.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.3.a")
realworld_system_gems(*necessary_system_gems, :path => scoped_gem_path(bundled_app("bundle")))

Expand Down

0 comments on commit be17796

Please sign in to comment.