From 52c86064777aa7d0b18dc9ac3d3657c11d37999c Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:58:19 +0000 Subject: [PATCH 1/3] Bump ruby to 4.0.7 with deps --- .ruby-version | 2 +- Dockerfile | 2 +- Gemfile.lock | 10 +++++----- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.ruby-version b/.ruby-version index d13e837c..43beb400 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.6 +4.0.7 diff --git a/Dockerfile b/Dockerfile index 3e90b969..eea81e6d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM ruby:4.0.6 AS base +FROM ruby:4.0.7 AS base RUN bundle config set frozen 'true' && \ bundle config set path '/vendor/bundle' diff --git a/Gemfile.lock b/Gemfile.lock index ee1b3661..7f948fe6 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -4,7 +4,7 @@ GEM addressable (2.9.0) public_suffix (>= 2.0.2, < 8.0) base64 (0.3.0) - bigdecimal (4.1.2) + bigdecimal (4.1.3) colorator (1.1.0) concurrent-ruby (1.3.8) csv (3.3.6) @@ -14,7 +14,7 @@ GEM eventmachine (1.2.7) ffi (1.17.4) forwardable-extended (2.6.0) - google-protobuf (4.35.1) + google-protobuf (4.36.1) bigdecimal rake (~> 13.3) http_parser.rb (0.8.1) @@ -47,7 +47,7 @@ GEM jekyll (>= 3.8, < 5.0) jekyll-watch (2.2.1) listen (~> 3.0) - json (2.21.1) + json (2.21.2) kramdown (2.5.2) rexml (>= 3.4.4) kramdown-parser-gfm (1.1.0) @@ -69,7 +69,7 @@ GEM rexml (3.4.4) rouge (4.7.0) safe_yaml (1.0.5) - sass-embedded (1.102.0) + sass-embedded (1.104.1) google-protobuf (~> 4.31) rake (>= 13) terminal-table (3.0.2) @@ -90,4 +90,4 @@ DEPENDENCIES webrick BUNDLED WITH - 4.0.17 + 2.6.9 From 70805bc96bc50c7d8fce88e6838545a21a564561 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Fri, 18 Sep 2026 12:59:40 +0000 Subject: [PATCH 2/3] Update --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 7f948fe6..44470bcd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,4 +90,4 @@ DEPENDENCIES webrick BUNDLED WITH - 2.6.9 + 4.1.0.beta1 From 2cb17360c497435d77cd6b588ab36228b748b031 Mon Sep 17 00:00:00 2001 From: Matty Widdop <18513864+MattyTheHacker@users.noreply.github.com> Date: Fri, 18 Sep 2026 13:03:15 +0000 Subject: [PATCH 3/3] Fix --- Gemfile.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Gemfile.lock b/Gemfile.lock index 44470bcd..c6e88496 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -90,4 +90,4 @@ DEPENDENCIES webrick BUNDLED WITH - 4.1.0.beta1 + 4.0.21