From 2dd1f5511957aae7f746573dedbc2923e200fac8 Mon Sep 17 00:00:00 2001 From: Kyle Drake Date: Sun, 2 Feb 2025 20:52:01 -0600 Subject: [PATCH] updates for ruby 3.4.1 --- Gemfile | 1 + Gemfile.lock | 49 ++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 43 insertions(+), 7 deletions(-) diff --git a/Gemfile b/Gemfile index af68c02d..875d5e92 100644 --- a/Gemfile +++ b/Gemfile @@ -63,6 +63,7 @@ gem 'minfraud' gem 'image_optimizer' # apt install optipng jpegoptim pngquant gem 'rubyzip', require: 'zip' gem 'airbrake' +gem 'csv' group :development, :test do gem 'pry' diff --git a/Gemfile.lock b/Gemfile.lock index 6ffa0626..917412d5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -69,6 +69,7 @@ GEM bigdecimal rexml crass (1.0.6) + csv (3.3.2) dante (0.2.0) date (3.4.1) dnsbl-client (1.1.1) @@ -78,9 +79,9 @@ GEM erubi (1.13.1) exifr (1.4.1) fabrication (2.31.0) - facter (4.6.1) + facter (4.10.0) hocon (~> 1.3) - thor (>= 1.0.1, < 2.0) + thor (>= 1.0.1, < 1.3) faker (3.5.1) i18n (>= 1.8.11, < 2) faraday (1.10.4) @@ -113,7 +114,14 @@ GEM faraday_middleware (>= 0.9) loofah (>= 2.0) sax-machine (>= 1.0) + ffi (1.17.1-aarch64-linux-gnu) + ffi (1.17.1-aarch64-linux-musl) + ffi (1.17.1-arm-linux-gnu) + ffi (1.17.1-arm-linux-musl) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-darwin) ffi (1.17.1-x86_64-linux-gnu) + ffi (1.17.1-x86_64-linux-musl) ffi-compiler (1.3.2) ffi (>= 1.15.5) rake @@ -148,6 +156,12 @@ GEM image_size (>= 1.5, < 4) in_threads (~> 1.3) progress (~> 3.0, >= 3.0.1) + image_optim_pack (0.11.2) + fspath (>= 2.1, < 4) + image_optim (~> 0.19) + image_optim_pack (0.11.2-x86_64-darwin) + fspath (>= 2.1, < 4) + image_optim (~> 0.19) image_optim_pack (0.11.2-x86_64-linux) fspath (>= 2.1, < 4) image_optim (~> 0.19) @@ -221,11 +235,24 @@ GEM net-protocol (0.2.2) timeout net-smtp (0.5.0) - net-protocol netrc (0.11.0) nio4r (2.7.4) + nokogiri (1.18.2-aarch64-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.2-aarch64-linux-musl) + racc (~> 1.4) + nokogiri (1.18.2-arm-linux-gnu) + racc (~> 1.4) + nokogiri (1.18.2-arm-linux-musl) + racc (~> 1.4) + nokogiri (1.18.2-arm64-darwin) + racc (~> 1.4) + nokogiri (1.18.2-x86_64-darwin) + racc (~> 1.4) nokogiri (1.18.2-x86_64-linux-gnu) racc (~> 1.4) + nokogiri (1.18.2-x86_64-linux-musl) + racc (~> 1.4) ostruct (0.6.1) ox (2.14.21) bigdecimal (>= 3.0) @@ -294,7 +321,7 @@ GEM rexml (~> 3.2, >= 3.2.5) rubyzip (>= 1.2.2, < 3.0) websocket (~> 1.0) - sequel (5.88.0) + sequel (5.89.0) bigdecimal sequel_pg (1.17.1) pg (>= 0.18.0, != 1.2.0) @@ -335,7 +362,7 @@ GEM tins (~> 1.0) terrapin (1.0.1) climate_control - thor (1.3.2) + thor (1.2.2) thread (0.2.2) tilt (2.6.0) timecop (0.9.10) @@ -370,7 +397,14 @@ GEM zip_tricks (5.6.0) PLATFORMS - x86_64-linux + aarch64-linux-gnu + aarch64-linux-musl + arm-linux-gnu + arm-linux-musl + arm64-darwin + x86_64-darwin + x86_64-linux-gnu + x86_64-linux-musl DEPENDENCIES acme-client (~> 2.0.0) @@ -382,6 +416,7 @@ DEPENDENCIES capybara certified coveralls_reborn + csv dav4rack! dnsbl-client erubi @@ -456,4 +491,4 @@ DEPENDENCIES zip_tricks BUNDLED WITH - 2.3.10 + 2.6.3