Skip to content

Commit b680515

Browse files
app-rails: Update template-application-rails to version 0.4.1.post33.dev0+281ecc3
1 parent 2d0290e commit b680515

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-32-gc1b3b16
2+
_commit: v0.4.1-33-g281ecc3
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.8
1+
3.4.9

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.8
5+
ARG RUBY_VERSION=3.4.9
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.8"
5+
ruby "3.4.9"
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
@@ -579,7 +579,7 @@ DEPENDENCIES
579579
web-console
580580

581581
RUBY VERSION
582-
ruby 3.4.8p72
582+
ruby 3.4.9p82
583583

584584
BUNDLED WITH
585585
2.5.22

0 commit comments

Comments
 (0)