From f5c74f13644abe1777d17e38f7ffa99818de2973 Mon Sep 17 00:00:00 2001 From: "depfu[bot]" <23717796+depfu[bot]@users.noreply.github.com> Date: Tue, 19 May 2026 00:00:51 +0000 Subject: [PATCH 1/3] Update Ruby to version 4.0.4 --- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.ruby-version b/.ruby-version index fcdb2e109..c5106e6d1 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.0 +4.0.4 diff --git a/Gemfile b/Gemfile index 4c00fa8f8..5a736175a 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "4.0.0" +ruby "4.0.4" gem "rails" diff --git a/Gemfile.lock b/Gemfile.lock index cc4fc45a1..06c138d63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -702,7 +702,7 @@ DEPENDENCIES yabeda-rails RUBY VERSION - ruby 4.0.0p0 + ruby 4.0.4 BUNDLED WITH 4.0.3 From 937eecdc81e4ff459c5a52acae321fb1141a3a17 Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Thu, 21 May 2026 22:09:09 +0200 Subject: [PATCH 2/3] update to Ruby 4.0.5 --- .github/Dockerfile.base | 2 +- .ruby-version | 2 +- Gemfile | 2 +- Gemfile.lock | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/Dockerfile.base b/.github/Dockerfile.base index 9f982579c..405573d0d 100644 --- a/.github/Dockerfile.base +++ b/.github/Dockerfile.base @@ -3,7 +3,7 @@ # call this from rails root: podman build -t mapforge-base -f .github/Dockerfile.base . # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile -ARG RUBY_VERSION=4.0.0 +ARG RUBY_VERSION=4.0.5 FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base LABEL org.opencontainers.image.source="https://github.com/mapforge-org/mapforge" diff --git a/.ruby-version b/.ruby-version index c5106e6d1..7636e7565 100644 --- a/.ruby-version +++ b/.ruby-version @@ -1 +1 @@ -4.0.4 +4.0.5 diff --git a/Gemfile b/Gemfile index 5a736175a..26f69fc85 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,5 @@ source "https://rubygems.org" -ruby "4.0.4" +ruby "4.0.5" gem "rails" diff --git a/Gemfile.lock b/Gemfile.lock index 06c138d63..f72b3a356 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -702,7 +702,7 @@ DEPENDENCIES yabeda-rails RUBY VERSION - ruby 4.0.4 + ruby 4.0.5 BUNDLED WITH 4.0.3 From b1f6f95c80f6d0ca7ec2ba5f4657abcf7747784f Mon Sep 17 00:00:00 2001 From: Thomas Schmidt Date: Thu, 21 May 2026 23:06:07 +0200 Subject: [PATCH 3/3] upate bootsnap --- .gitignore | 1 + Gemfile.lock | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index f05e16228..40e166d87 100644 --- a/.gitignore +++ b/.gitignore @@ -6,6 +6,7 @@ # Ignore bundler config. /.bundle +/vendor/bundle # Ignore all environment files (except templates). /.env* diff --git a/Gemfile.lock b/Gemfile.lock index f72b3a356..454652ae2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -105,7 +105,7 @@ GEM benchmark (0.5.0) bigdecimal (4.1.2) bindex (0.8.1) - bootsnap (1.24.1) + bootsnap (1.24.4) msgpack (~> 1.2) brakeman (8.0.4) racc