Skip to content

Commit

Permalink
Limit Psych versions Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Dec 11, 2024
1 parent 45b3bd0 commit 834d0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/multiverse/suites/config_file_loading/Envfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ omit_collector!

PSYCH_VERSIONS = [
[nil],
['4.0.0'],
['3.3.0']
['4.0.0', 2.4, 3.3],
['3.3.0', 2.4, 3.3]
]

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

0 comments on commit 834d0f2

Please sign in to comment.