Skip to content

Commit

Permalink
[CI] Use bigdecimal 2 on Ruby 2
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Jul 10, 2024
1 parent fb85915 commit 7fb233d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ end
gem 'nokogiri', RUBY_VERSION < '2.1' ? '~> 1.6.0' : '>= 1.7'
gem 'loofah', RUBY_VERSION < '2.5' ? '< 2.21.0' : '>= 0'
gem 'selenium-webdriver'
gem 'bigdecimal'
gem 'bigdecimal', RUBY_VERSION < '3' ? '< 3' : '>= 0'

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

Expand Down

0 comments on commit 7fb233d

Please sign in to comment.