Skip to content

Commit ff95bf7

Browse files
app-rails: Update template-application-rails to version 0.4.1.post14.dev0+36436fd
1 parent 97244e9 commit ff95bf7

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier
2-
_commit: v0.4.1-13-g84ef031
2+
_commit: v0.4.1-14-g36436fd
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

app-rails/.ruby-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.4.6
1+
3.4.7

app-rails/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
44
# renovate: datasource=docker depName=registry.docker.com/library/ruby
5-
ARG RUBY_VERSION=3.4.6
5+
ARG RUBY_VERSION=3.4.7
66

77

88
##########################################################################################

app-rails/Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
source "https://rubygems.org"
44

5-
ruby "3.4.6"
5+
ruby "3.4.7"
66

77
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
88
gem "rails", "~> 7.2.0", ">= 7.2.2.1"

app-rails/Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ DEPENDENCIES
567567
web-console
568568

569569
RUBY VERSION
570-
ruby 3.4.6p54
570+
ruby 3.4.7p58
571571

572572
BUNDLED WITH
573573
2.5.22

0 commit comments

Comments
 (0)