Skip to content

Commit d0681d2

Browse files
Bump ruby from 3.3.6 to 3.4.1 (#744)
* Bump ruby from 3.3.6 to 3.4.1 Bumps ruby from 3.3.6 to 3.4.1. --- updated-dependencies: - dependency-name: ruby dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump ruby version --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: MattyTheHacker <[email protected]>
1 parent 1345460 commit d0681d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.3.6
1+
3.4.1

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM ruby:3.3.6 AS base
1+
FROM ruby:3.4.1 AS base
22

33
RUN bundle config --global frozen 1 && \
44
mkdir -p /vendor/bundle && \

0 commit comments

Comments
 (0)