Skip to content

Commit

Permalink
Restrict bigdecimal version on Ruby <2.4 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyevans committed Sep 14, 2023
1 parent 92c84d4 commit fd7c173
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .ci.gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@ else
gem 'nokogiri'
end

if RUBY_VERSION < '2.4'
gem 'bigdecimal', '<1.3'
end

if RUBY_VERSION < '2.3'
gem 'i18n', '<1.5'
end
Expand Down

0 comments on commit fd7c173

Please sign in to comment.