From 6c0848fd83c0d0fa30539f537c1974dde29cd685 Mon Sep 17 00:00:00 2001 From: Cory Streiff Date: Tue, 31 Dec 2024 11:17:01 +0100 Subject: [PATCH 1/3] Upgrade to Ruby 3.4.1 --- .cloud66/manifest.yml | 2 +- .ruby-version | 2 +- Gemfile.lock | 12 ++++++------ 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.cloud66/manifest.yml b/.cloud66/manifest.yml index da5448e6e5..2082f18965 100644 --- a/.cloud66/manifest.yml +++ b/.cloud66/manifest.yml @@ -1,3 +1,3 @@ rails: configuration: - ruby_version: 3.2.2 + ruby_version: 3.4.1 diff --git a/.ruby-version b/.ruby-version index be94e6f53d..47b322c971 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -3.2.2 +3.4.1 diff --git a/Gemfile.lock b/Gemfile.lock index 7c49075ff5..48ef14946e 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -255,9 +255,9 @@ GEM concurrent-ruby (~> 1.1) webrick (~> 1.7) websocket-driver (~> 0.7) - ffi (1.17.0-arm64-darwin) - ffi (1.17.0-x86_64-darwin) - ffi (1.17.0-x86_64-linux-gnu) + ffi (1.17.1-arm64-darwin) + ffi (1.17.1-x86_64-darwin) + ffi (1.17.1-x86_64-linux-gnu) filterrific (5.2.5) flipper (1.3.1) concurrent-ruby (< 2) @@ -403,11 +403,11 @@ GEM net-protocol newrelic_rpm (9.16.0) nio4r (2.7.4) - nokogiri (1.17.2-arm64-darwin) + nokogiri (1.18.1-arm64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-darwin) + nokogiri (1.18.1-x86_64-darwin) racc (~> 1.4) - nokogiri (1.17.2-x86_64-linux) + nokogiri (1.18.1-x86_64-linux-gnu) racc (~> 1.4) notiffany (0.1.3) nenv (~> 0.1) From 59194f16be369d09d83a64fd8c34107b47679ce1 Mon Sep 17 00:00:00 2001 From: Cory Streiff Date: Tue, 31 Dec 2024 11:42:39 +0100 Subject: [PATCH 2/3] Update prawn-rails to remove ostruct warning --- Gemfile.lock | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 48ef14946e..a9ca2fc3d8 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM erubi (~> 1.4) parser (>= 2.4) smart_properties - bigdecimal (3.1.8) + bigdecimal (3.1.9) bindex (0.8.1) binding_of_caller (1.0.1) debug_inspector (>= 1.2.0) @@ -216,7 +216,7 @@ GEM rainbow rubocop (>= 1) smart_properties - erubi (1.13.0) + erubi (1.13.1) execjs (2.10.0) factory_bot (6.5.0) activesupport (>= 5.0.0) @@ -348,7 +348,7 @@ GEM listen (3.9.0) rb-fsevent (~> 0.10, >= 0.10.3) rb-inotify (~> 0.9, >= 0.9.10) - logger (1.6.3) + logger (1.6.4) lograge (0.14.0) actionpack (>= 4) activesupport (>= 4) @@ -445,7 +445,7 @@ GEM parser (3.3.6.0) ast (~> 2.4.1) racc - pdf-core (0.9.0) + pdf-core (0.10.0) pdf-reader (2.12.0) Ascii85 (~> 1.0) afm (~> 0.2.1) @@ -454,11 +454,13 @@ GEM ttfunk pg (1.5.7) popper_js (2.11.8) - prawn (2.4.0) - pdf-core (~> 0.9.0) - ttfunk (~> 1.7) - prawn-rails (1.4.2) + prawn (2.5.0) + matrix (~> 0.4) + pdf-core (~> 0.10.0) + ttfunk (~> 1.8) + prawn-rails (1.6.0) actionview (>= 3.1.0) + activesupport (>= 3.1.0) prawn prawn-table prawn-table (0.2.2) @@ -675,7 +677,8 @@ GEM thor (1.3.2) tilt (2.2.0) timeout (0.4.1) - ttfunk (1.7.0) + ttfunk (1.8.0) + bigdecimal (~> 3.1) turbo-rails (2.0.10) actionpack (>= 6.0.0) railties (>= 6.0.0) From d7595a268d97342190239a56f01ef9ddc750806f Mon Sep 17 00:00:00 2001 From: Cory Streiff Date: Tue, 31 Dec 2024 11:44:20 +0100 Subject: [PATCH 3/3] Update yard to remove ostruct deprecation warning --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index a9ca2fc3d8..b7e36715bb 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -707,7 +707,7 @@ GEM websocket-extensions (0.1.5) xpath (3.2.0) nokogiri (~> 1.8) - yard (0.9.34) + yard (0.9.37) zeitwerk (2.7.1) PLATFORMS