Small changes, try automatic deploy

This commit is contained in:
Jan Krutisch 2025-05-28 13:59:05 +02:00
parent 0cf9e20054
commit 648a83a282
10 changed files with 87 additions and 32 deletions

View file

@ -33,3 +33,8 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
# Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "logger"
gem "csv"
gem "base64"
gem "bigdecimal"