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

Update ruby to v3.4.2

parent 683c2933
No related branches found
No related tags found
No related merge requests found
Pipeline #37922 failed
This commit is part of merge request !8. Comments created here will be created in the context of that merge request.
ruby 3.3.6 ruby 3.4.2
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
# 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.3.6 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-slim AS base
# Rails app lives here # Rails app lives here
......
source "https://rubygems.org" source "https://rubygems.org"
ruby "3.3.6" ruby "3.4.2"
gem "rails", "~> 8.0.1" gem "rails", "~> 8.0.1"
......
...@@ -353,7 +353,7 @@ DEPENDENCIES ...@@ -353,7 +353,7 @@ DEPENDENCIES
web-console (> 0) web-console (> 0)
RUBY VERSION RUBY VERSION
ruby 3.3.6p108 ruby 3.4.2p28
BUNDLED WITH BUNDLED WITH
2.6.2 2.6.2
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment