Skip to content

Commit

Permalink
need bigdecimal for ruby >= 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
toy committed Dec 27, 2024
1 parent 9fea290 commit 64bc694
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ def appgen(gems) # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metric
gem 'net-smtp'
end

if RUBY_VERSION >= '3.4'
gem 'bigdecimal'
end

if RUBY_VERSION < '2.5'
gem 'loofah', '< 2.21.0'
end
Expand Down

0 comments on commit 64bc694

Please sign in to comment.