Skip to content

Commit

Permalink
Add comment to Gemfile reg. bigdecimal
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Jul 27, 2024
1 parent 3719759 commit 1a94b12
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,7 @@ group :development, :test do
gem "ostruct", "~> 0.5" # for Rakefile.cross
# "bigdecimal" is a gem on ruby-3.4+ and it's optional for ruby-pg.
# Specs should succeed without it, but 4 examples are then excluded.
# With bigdecimal commented out here, corresponding tests are omitted on ruby-3.4+ but are executed on ruby < 3.4.
# That way we can check both situations in CI.
# gem "bigdecimal", "~> 3.0"
end

0 comments on commit 1a94b12

Please sign in to comment.