Skip to content

Commit 51d89f1

Browse files
authored
Merge pull request #567 from doerfli/feature/ruby-336
update ruby version to 3.3.6
2 parents 97db15b + 7629a47 commit 51d89f1

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"features": {
1111
"ghcr.io/devcontainers/features/docker-outside-of-docker:1": {},
1212
"ghcr.io/devcontainers/features/ruby:1": {
13-
"version": "3.3.3"
13+
"version": "3.3.6"
1414
}
1515
},
1616

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
ruby-version: ['3.3.3']
20+
ruby-version: ['3.3.6']
2121

2222
steps:
2323
- uses: actions/checkout@v4

.ruby-version

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

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
### ------- Builder ------- ###
2-
ARG RUBY_VERSION=3.3.3
2+
ARG RUBY_VERSION=3.3.6
33
FROM ruby:${RUBY_VERSION}-alpine as builder
44

55
ENV HOME=/app \

Gemfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -470,7 +470,7 @@ DEPENDENCIES
470470
web-console (>= 4.1.0)
471471

472472
RUBY VERSION
473-
ruby 3.3.3p89
473+
ruby 3.3.6p108
474474

475475
BUNDLED WITH
476-
2.5.11
476+
2.6.2

0 commit comments

Comments
 (0)