File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 11source "https://rubygems.org"
22
33# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4- gem "rails" , "~> 7.2.1" , ">= 7.2.1. 2"
4+ gem "rails" , "~> 7.2.2"
55# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
66gem "sprockets-rails"
77# Use sqlite3 as the database for Active Record
Original file line number Diff line number Diff line change 9292 # Do not dump schema after migrations.
9393 config . active_record . dump_schema_after_migration = false
9494
95+ # Only use :id for inspections in production.
96+ config . active_record . attributes_for_inspect = [ :id ]
97+
9598 # Enable DNS rebinding protection and other `Host` header attacks.
9699 # config.hosts = [
97100 # "example.com", # Allow requests from example.com
You can’t perform that action at this time.
0 commit comments