Skip to content

Commit

Permalink
Update stringio version
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 9, 2024
1 parent 3d7b502 commit 744ef7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/multiverse/suites/config_file_loading/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ PSYCH_VERSIONS = [

def stringio_version
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new('3.4')
"gem 'stringio', '3.1.1-dev'"
"gem 'stringio', '3.1.2.dev'"
else
"gem 'stringio'"
end
Expand Down

0 comments on commit 744ef7a

Please sign in to comment.