From eda6ecd3583480c6386c61a683a8e12bde488a02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 27 Dec 2025 10:06:14 +0000 Subject: [PATCH] build(deps): bump bootsnap from 1.20.0 to 1.20.1 in the deps group Bumps the deps group with 1 update: [bootsnap](https://github.com/rails/bootsnap). Updates `bootsnap` from 1.20.0 to 1.20.1 - [Release notes](https://github.com/rails/bootsnap/releases) - [Changelog](https://github.com/rails/bootsnap/blob/main/CHANGELOG.md) - [Commits](https://github.com/rails/bootsnap/compare/v1.20.0...v1.20.1) build(deps): bump ruby in the deps group Bumps the deps group with 1 update: ruby. Updates `ruby` from 3.4.8-alpine3.23 to 4.0.0-alpine3.23 --- updated-dependencies: - dependency-name: bootsnap dependency-version: 1.20.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps - dependency-name: ruby dependency-version: 4.0.0-alpine3.23 dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps ... Signed-off-by: dependabot[bot] --- Dockerfile.development | 2 +- Dockerfile.production | 2 +- Gemfile.lock | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile.development b/Dockerfile.development index f941d951..b1b662d9 100644 --- a/Dockerfile.development +++ b/Dockerfile.development @@ -1,5 +1,5 @@ # This is for development or CI only -FROM docker.io/ruby:3.4.8-alpine3.23 AS common +FROM docker.io/ruby:4.0.0-alpine3.23 AS common RUN apk update \ && apk upgrade \ diff --git a/Dockerfile.production b/Dockerfile.production index 20658363..efd50517 100644 --- a/Dockerfile.production +++ b/Dockerfile.production @@ -1,4 +1,4 @@ -FROM docker.io/ruby:3.4.8-alpine3.23 AS base +FROM docker.io/ruby:4.0.0-alpine3.23 AS base RUN apk update \ && apk upgrade \ diff --git a/Gemfile.lock b/Gemfile.lock index b0165797..36e39e61 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -63,7 +63,7 @@ GEM benchmark (0.5.0) bigdecimal (3.3.1) bindex (0.8.1) - bootsnap (1.20.0) + bootsnap (1.20.1) msgpack (~> 1.2) builder (3.3.0) byebug (12.0.0)