Skip to content
Snippets Groups Projects
Commit 8698eee8 authored by tribut's avatar tribut :man_dancing:
Browse files

Merge branch 'renovate/ruby' into 'main'

Update ruby to v3.4.2

See merge request !8
parents 2e301ba5 8017fda9
No related branches found
No related tags found
1 merge request!8Update ruby to v3.4.2
Pipeline #38257 passed
...@@ -3,15 +3,17 @@ ...@@ -3,15 +3,17 @@
{ {
"name": "Ruby", "name": "Ruby",
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile // Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
"image": "mcr.microsoft.com/devcontainers/ruby:1-3.3-bookworm", "image": "ghcr.io/rails/devcontainer/images/ruby:3.4.2",
"containerEnv": { "containerEnv": {
"VISUAL": "code --wait", "VISUAL": "code --wait",
"TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196" "TELEGRAM_DEFAULT_TARGET": "6828310083" // group:"-4715072196"
} },
// Features to add to the dev container. More info: https://containers.dev/features. // Features to add to the dev container. More info: https://containers.dev/features.
// "features": {}, "features": {
"ghcr.io/rails/devcontainer/features/activestorage": {}
}
// Use 'forwardPorts' to make a list of ports inside the container available locally. // Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [], // "forwardPorts": [],
......
ruby 3.4.1 ruby 3.4.2
...@@ -2,8 +2,8 @@ ...@@ -2,8 +2,8 @@
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile # Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
# renovate: datasource=docker depName=registry.docker.com/library/ruby # renovate: datasource=docker depName=registry.docker.com/library/ruby
ARG RUBY_VERSION=3.4.1 ARG RUBY_VERSION=3.4.2
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base FROM registry.docker.com/library/ruby:$RUBY_VERSION AS base
# Rails app lives here # Rails app lives here
WORKDIR /rails WORKDIR /rails
......
source "https://rubygems.org" source "https://rubygems.org"
ruby "3.4.1" ruby "3.4.2"
gem "rails", "~> 8.0.1" gem "rails", "~> 8.0.1"
......
...@@ -403,7 +403,7 @@ DEPENDENCIES ...@@ -403,7 +403,7 @@ DEPENDENCIES
web-console (> 0) web-console (> 0)
RUBY VERSION RUBY VERSION
ruby 3.4.1p0 ruby 3.4.2p28
BUNDLED WITH BUNDLED WITH
2.6.2 2.6.2
...@@ -17,7 +17,8 @@ ...@@ -17,7 +17,8 @@
"ruby", "ruby",
"ruby-version", "ruby-version",
"mcr.microsoft.com/devcontainers/ruby", "mcr.microsoft.com/devcontainers/ruby",
"registry.docker.com/library/ruby" "registry.docker.com/library/ruby",
"ghcr.io/rails/devcontainer/images/ruby"
], ],
"groupName": "ruby" "groupName": "ruby"
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment