File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ source "https://rubygems.org"
33ruby "your-ruby-version"
44
55# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
6- gem "rails" , "~> 7.1.2 "
6+ gem "rails" , "~> 7.1.3 "
77
88# The original asset pipeline for Rails [https://github.com/rails/sprockets-rails]
99gem "sprockets-rails"
Original file line number Diff line number Diff line change 2626 # Compress CSS using a preprocessor.
2727 # config.assets.css_compressor = :sass
2828
29- # Do not fallback to assets pipeline if a precompiled asset is missed.
29+ # Do not fall back to assets pipeline if a precompiled asset is missed.
3030 config . assets . compile = false
3131
3232 # Enable serving of images, stylesheets, and JavaScripts from an asset server.
5959 # Prepend all log lines with the following tags.
6060 config . log_tags = [ :request_id ]
6161
62- # Info include generic and useful information about system operation, but avoids logging too much
62+ # "info" includes generic and useful information about system operation, but avoids logging too much
6363 # information to avoid inadvertent exposure of personally identifiable information (PII). If you
6464 # want to log everything, set the level to "debug".
6565 config . log_level = ENV . fetch ( "RAILS_LOG_LEVEL" , "info" )
You can’t perform that action at this time.
0 commit comments