Skip to content

Commit

Permalink
add bigdecimal to gemfile for Ruby 3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
olbrich committed Dec 27, 2024
1 parent e8d13b5 commit d2a1e16
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ group :optional do
gem "webrick"
end

gem "bigdecimal"
gem "simplecov"
gem "yard"

Expand Down
6 changes: 5 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ GEM
ast (2.4.2)
backport (1.2.0)
benchmark (0.4.0)
bigdecimal (3.1.8)
bigdecimal (3.1.8-java)
coderay (1.1.3)
date (3.4.1)
date (3.4.1-java)
Expand Down Expand Up @@ -177,13 +179,15 @@ PLATFORMS
arm64-darwin-21
arm64-darwin-22
arm64-darwin-23
arm64-darwin-24
java
universal-java-11
universal-java-18
x86_64-darwin-19
x86_64-linux

DEPENDENCIES
bigdecimal
debug (>= 1.0.0)
guard-rspec
pry
Expand All @@ -205,4 +209,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.5.18
2.6.2

0 comments on commit d2a1e16

Please sign in to comment.