Skip to content

Commit eda6ecd

Browse files
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](rails/bootsnap@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] <support@github.com>
1 parent 37715ed commit eda6ecd

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile.development

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# This is for development or CI only
2-
FROM docker.io/ruby:3.4.8-alpine3.23 AS common
2+
FROM docker.io/ruby:4.0.0-alpine3.23 AS common
33

44
RUN apk update \
55
&& apk upgrade \

Dockerfile.production

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM docker.io/ruby:3.4.8-alpine3.23 AS base
1+
FROM docker.io/ruby:4.0.0-alpine3.23 AS base
22

33
RUN apk update \
44
&& apk upgrade \

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ GEM
6363
benchmark (0.5.0)
6464
bigdecimal (3.3.1)
6565
bindex (0.8.1)
66-
bootsnap (1.20.0)
66+
bootsnap (1.20.1)
6767
msgpack (~> 1.2)
6868
builder (3.3.0)
6969
byebug (12.0.0)

0 commit comments

Comments
 (0)