Skip to content

Commit 9fb0304

Browse files
committed
need base64 and bigdecimal for ruby >= 3.4
1 parent 9fea290 commit 9fb0304

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Appraisals

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,11 @@ def appgen(gems) # rubocop:disable Metrics/MethodLength, Metrics/AbcSize, Metric
7070
gem 'net-smtp'
7171
end
7272

73+
if RUBY_VERSION >= '3.4'
74+
gem 'base64'
75+
gem 'bigdecimal'
76+
end
77+
7378
if RUBY_VERSION < '2.5'
7479
gem 'loofah', '< 2.21.0'
7580
end

0 commit comments

Comments
 (0)