Skip to content

Commit 70b133f

Browse files
committed
need bigdecimal and mutex_m for ruby >= 3.4
1 parent 8e5cc7a commit 70b133f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Appraisals

+5
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,11 @@ def appgen(gems) # rubocop:disable Metrics/CyclomaticComplexity
2121
gem 'loofah', '< 2.21.0'
2222
end
2323

24+
if RUBY_VERSION >= '3.4'
25+
gem 'bigdecimal'
26+
gem 'mutex_m'
27+
end
28+
2429
gem 'tzinfo'
2530

2631
gem 'sprockets-rails' if gems['railties'] != '~> 3.2' && !gems['sprockets-rails']

0 commit comments

Comments
 (0)