Skip to content

Commit 4f9daad

Browse files
committed
bigdecimal has been gemified since Ruby 3.4
1 parent b4d1535 commit 4f9daad

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ end
1616
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
1717
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
1818
gem 'selenium-webdriver'
19+
gem 'bigdecimal'
1920

2021
rails_version = ENV['RAILS_VERSION'] || '∞'
2122

0 commit comments

Comments
 (0)