Skip to content
This repository was archived by the owner on Jun 18, 2025. It is now read-only.

Commit 58d7ec0

Browse files
committed
feat: adds rails load_defaults config, updates bundler version
1 parent 0c3ec74 commit 58d7ec0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,4 @@ DEPENDENCIES
582582
yard
583583

584584
BUNDLED WITH
585-
2.2.26
585+
2.5.18

config/application.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ class Application < Rails::Application # rubocop:todo Style/Documentation
1212
# Application configuration can go into files in config/initializers
1313
# -- all .rb files in that directory are automatically loaded after loading
1414
# the framework and any gems in your application.
15+
config.load_defaults 7.0
1516

17+
config.active_record.belongs_to_required_by_default = false
1618
config.active_job.queue_adapter = :delayed_job
1719

1820
config.team_name = 'LIMS and Informatics'

0 commit comments

Comments
 (0)