Skip to content

Commit 1e065fa

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

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Appraisals

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ 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+
gem 'mutex_m'
77+
end
78+
7379
if RUBY_VERSION < '2.5'
7480
gem 'loofah', '< 2.21.0'
7581
end

0 commit comments

Comments
 (0)