From 64b515771f3a98947465c605964515c8ca040b47 Mon Sep 17 00:00:00 2001 From: "tyler :3" Date: Wed, 8 May 2024 02:35:31 +0100 Subject: [PATCH] Fix deprecated stdlib deps --- Gemfile | 5 ++++- Gemfile.lock | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/Gemfile b/Gemfile index 6c0f3fd..0edfd85 100644 --- a/Gemfile +++ b/Gemfile @@ -14,4 +14,7 @@ end gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] -gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] \ No newline at end of file +gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] +gem "bigdecimal" +gem "base64" +gem "csv" \ No newline at end of file diff --git a/Gemfile.lock b/Gemfile.lock index 66c2596..41a8f0c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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)