Skip to content

Commit

Permalink
[CI] Bundle non-default stdlib gems
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 18, 2024
1 parent 2cca814 commit 9e5a240
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,8 @@ end
gem 'selenium-webdriver'
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'

if RUBY_VERSION >= '3.3'
gem 'bigdecimal'
gem 'mutex_m'
end

0 comments on commit 9e5a240

Please sign in to comment.