File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 1- 3.3.3
1+ 3.3.6
Original file line number Diff line number Diff line change 11# ## ------- Builder ------- ###
2- ARG RUBY_VERSION=3.3.3
2+ ARG RUBY_VERSION=3.3.6
33FROM ruby:${RUBY_VERSION}-alpine as builder
44
55ENV HOME=/app \
Original file line number Diff line number Diff line change @@ -470,7 +470,7 @@ DEPENDENCIES
470470 web-console (>= 4.1.0 )
471471
472472RUBY VERSION
473- ruby 3.3.3p89
473+ ruby 3.3.6p108
474474
475475BUNDLED WITH
476- 2.5.11
476+ 2.6.2
You can’t perform that action at this time.
0 commit comments