Skip to content

Commit

Permalink
feat: adds rails load_defaults config, updates bundler version
Browse files Browse the repository at this point in the history
  • Loading branch information
BenTopping committed Sep 13, 2024
1 parent 0c3ec74 commit 58d7ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -582,4 +582,4 @@ DEPENDENCIES
yard

BUNDLED WITH
2.2.26
2.5.18
2 changes: 2 additions & 0 deletions config/application.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ class Application < Rails::Application # rubocop:todo Style/Documentation
# Application configuration can go into files in config/initializers
# -- all .rb files in that directory are automatically loaded after loading
# the framework and any gems in your application.
config.load_defaults 7.0

config.active_record.belongs_to_required_by_default = false
config.active_job.queue_adapter = :delayed_job

config.team_name = 'LIMS and Informatics'
Expand Down

0 comments on commit 58d7ec0

Please sign in to comment.