Skip to content

Commit 92e29e2

Browse files
app-rails: Update template-application-rails to version 0.4.0.post14.dev0+c2791e3
1 parent fb406bb commit 92e29e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0-13-gf50b8e9
2+
_commit: v0.4.0-14-gc2791e3
33
_src_path: https://github.com/navapbc/template-application-rails
44
app_local_port: 3100
55
app_name: app-rails

app-rails/config/application.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class Application < Rails::Application
1919
# Initialize configuration defaults for originally generated Rails version.
2020
config.load_defaults 7.2
2121

22-
#Fetch authentication flow; default to cognito
22+
# Fetch authentication flow; default to cognito
2323
Rails.application.config.auth_adapter = ENV.fetch("AUTH_ADAPTER", "cognito")
2424

2525
# Please, add to the `ignore` list any other `lib` subdirectories that do

0 commit comments

Comments
 (0)