Skip to content
Snippets Groups Projects
Commit d106c68a authored by Teal's avatar Teal
Browse files

Update Ruby to 3.4.2 :D

parent 2e301ba5
No related branches found
No related tags found
1 merge request!25Update Ruby to 3.4.2 :D
Pipeline #38249 failed
ruby 3.4.1
ruby 3.4.2
......@@ -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.1
ARG RUBY_VERSION=3.4.2
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
# Rails app lives here
......
source "https://rubygems.org"
ruby "3.4.1"
ruby "3.4.2"
gem "rails", "~> 8.0.1"
......
......@@ -403,7 +403,7 @@ DEPENDENCIES
web-console (> 0)
RUBY VERSION
ruby 3.4.1p0
ruby 3.4.2p28
BUNDLED WITH
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