Skip to content

Commit

Permalink
test: use Gem::Version explicitly for old RubyGems
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Feb 15, 2024
1 parent 3613549 commit b8f0b30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ gemspec

group :test do
gem "bigdecimal", platforms: [:mri]
gem "csv" if Gem::Version.new(RUBY_VERSION) >= "3.4.0"
gem "csv" if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.4.0")
end

0 comments on commit b8f0b30

Please sign in to comment.