Skip to content
Snippets Groups Projects
Commit b8aef345 authored by Renovate Runner Bot's avatar Renovate Runner Bot
Browse files

Update ruby to v3.4.3

parent d9796514
Branches
No related tags found
1 merge request!48Update ruby to v3.4.3
Pipeline #39031 passed
......@@ -3,7 +3,7 @@
{
"name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.2",
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.3",
"containerEnv": {
"VISUAL": "code --wait",
......
rubocop:
image: registry.docker.com/library/ruby:3.4.2
image: registry.docker.com/library/ruby:3.4.3
stage: test
cache:
paths:
......
ruby 3.4.2
ruby 3.4.3
......@@ -2,7 +2,7 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# renovate: datasource=docker depName=registry.docker.com/library/ruby
ARG RUBY_VERSION=3.4.2
ARG RUBY_VERSION=3.4.3
# ###################################################################
# Throw-away build stage to reduce size of final image
......
source "https://rubygems.org"
ruby "3.4.2"
ruby "3.4.3"
gem "rails", "~> 8.0.1"
......
......@@ -404,7 +404,7 @@ DEPENDENCIES
web-console (> 0)
RUBY VERSION
ruby 3.4.2p28
ruby 3.4.3p32
BUNDLED WITH
2.6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment