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 1
1
source "https://rubygems.org"
2
2
3
3
# 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"
5
5
# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
6
6
gem "sprockets-rails"
7
7
# Use sqlite3 as the database for Active Record
Original file line number Diff line number Diff line change 92
92
# Do not dump schema after migrations.
93
93
config . active_record . dump_schema_after_migration = false
94
94
95
+ # Only use :id for inspections in production.
96
+ config . active_record . attributes_for_inspect = [ :id ]
97
+
95
98
# Enable DNS rebinding protection and other `Host` header attacks.
96
99
# config.hosts = [
97
100
# "example.com", # Allow requests from example.com
You can’t perform that action at this time.
0 commit comments