Skip to content

Commit

Permalink
need base64, bigdecimal and mutex_m 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 8e5cc7a commit a9aed93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Appraisals
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ def appgen(gems) # rubocop:disable Metrics/CyclomaticComplexity
gem 'loofah', '< 2.21.0'
end

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

gem 'tzinfo'

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

0 comments on commit a9aed93

Please # to comment.