Fix deprecated stdlib deps

This commit is contained in:
tyler :3 2024-05-08 02:35:31 +01:00
parent 723d9f6482
commit 64b515771f
2 changed files with 10 additions and 1 deletions

View File

@ -14,4 +14,7 @@ end
gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
gem "bigdecimal"
gem "base64"
gem "csv"

View File

@ -3,8 +3,11 @@ GEM
specs:
addressable (2.8.6)
public_suffix (>= 2.0.2, < 6.0)
base64 (0.2.0)
bigdecimal (3.1.5)
colorator (1.1.0)
concurrent-ruby (1.2.3)
csv (3.2.8)
em-websocket (0.5.3)
eventmachine (>= 0.12.9)
http_parser.rb (~> 0)
@ -150,6 +153,9 @@ PLATFORMS
x86_64-linux-musl
DEPENDENCIES
base64
bigdecimal
csv
http_parser.rb (~> 0.6.0)
jekyll (~> 4.3.3)
jekyll-feed (~> 0.12)