Skip to content

Commit

Permalink
Add bigdecimal to Gemfile for Ruby 3.3 as removed from default gems
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Feb 16, 2024
1 parent 0a046e4 commit 554c0f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,7 @@ group :test do
gem "simplecov", "~> 0.21.0"
end
gem "yardstick", "~> 0.9.9"
if Gem::Version.new(RUBY_VERSION) >= Gem::Version.new("3.3.0")
gem "bigdecimal", "~> 3.1"
end
end

0 comments on commit 554c0f3

Please sign in to comment.