Skip to content

Commit

Permalink
Add bigdecimal gem to fix CI errors on ruby-head
Browse files Browse the repository at this point in the history
  • Loading branch information
larskanis committed Feb 28, 2024
1 parent daec80f commit 2b7e4fe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/source-gem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,8 @@ jobs:
- run: gem update --system 3.3.26
- run: bundle install
# "bigdecimal" is a gem on ruby-3.4+ and it's required for type casts.
- run: gem install bigdecimal

- run: gem install --local *.gem --verbose

Expand Down

0 comments on commit 2b7e4fe

Please sign in to comment.