Skip to content
Closed
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-application-rails/app-rails.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Changes here will be overwritten by Copier
_commit: v0.4.1-30-g1214cad
_commit: v0.4.1-31-gbdf711b
_src_path: https://github.com/navapbc/template-application-rails
app_local_port: 3100
app_name: app-rails
2 changes: 1 addition & 1 deletion app-rails/.ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.4.7
3.4.8
2 changes: 1 addition & 1 deletion app-rails/Dockerfile
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.7
ARG RUBY_VERSION=3.4.8


##########################################################################################
Expand Down
2 changes: 1 addition & 1 deletion app-rails/Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

source "https://rubygems.org"

ruby "3.4.7"
ruby "3.4.8"

# 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 app-rails/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.4.7p58
ruby 3.4.8p72

BUNDLED WITH
2.5.22
Loading