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

chore(deps): update ruby to v3.4.4

parent e9f5720c
No related branches found
No related tags found
No related merge requests found
Pipeline #39600 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.3",
"image": "ghcr.io/rails/devcontainer/images/ruby:3.4.4",
"containerEnv": {
"VISUAL": "code --wait",
......
rubocop:
image: registry.docker.com/library/ruby:3.4.3
image: registry.docker.com/library/ruby:3.4.4
stage: test
cache:
paths:
......
ruby 3.4.3
ruby 3.4.4
......@@ -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.3
ARG RUBY_VERSION=3.4.4
# ###################################################################
# Throw-away build stage to reduce size of final image
......
source "https://rubygems.org"
ruby "3.4.3"
ruby "3.4.4"
gem "rails", "~> 8.0.1"
......
......@@ -412,7 +412,7 @@ DEPENDENCIES
web-console (> 0)
RUBY VERSION
ruby 3.4.3p32
ruby 3.4.4p34
BUNDLED WITH
2.6.7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment