Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion template/{{app_name}}/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.2
3.4.3
2 changes: 1 addition & 1 deletion template/{{app_name}}/Dockerfile.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -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


##########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion template/{{app_name}}/Gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source "https://rubygems.org"

ruby "3.4.2"
ruby "3.4.3"

# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
gem "rails", "~> 7.2.0", ">= 7.2.2.1"
Expand Down
2 changes: 1 addition & 1 deletion template/{{app_name}}/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.4.2p28
ruby 3.4.3p32

BUNDLED WITH
2.5.22