Skip to content

Commit 64fca34

Browse files
Add Ruby 3.4 compatibility gems (csv, logger, base64, bigdecimal)
1 parent a187972 commit 64fca34

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Gemfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,9 @@ end
2626

2727

2828
gem "webrick", "~> 1.7"
29+
30+
# Required for Ruby 3.4+ (removed from default gems)
31+
gem "csv"
32+
gem "logger"
33+
gem "base64"
34+
gem "bigdecimal"

0 commit comments

Comments
 (0)