Skip to content

Commit e52864c

Browse files
committed
7.1.3
1 parent 09c3e48 commit e52864c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source "https://rubygems.org"
33
ruby "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]
99
gem "sprockets-rails"

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
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.
@@ -59,7 +59,7 @@
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")

0 commit comments

Comments
 (0)