Skip to content

Commit 339c955

Browse files
committed
8.1.1
1 parent fef0bbe commit 339c955

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
@@ -1,7 +1,7 @@
11
source "https://rubygems.org"
22

33
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
4-
gem "rails", "~> 8.1.0"
4+
gem "rails", "~> 8.1.1"
55
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
66
gem "propshaft"
77
# Use sqlite3 as the database for Active Record

config/environments/production.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
config.active_storage.service = :local
2626

2727
# Assume all access to the app is happening through a SSL-terminating reverse proxy.
28-
config.assume_ssl = true
28+
# config.assume_ssl = true
2929

3030
# Force all access to the app over SSL, use Strict-Transport-Security, and use secure cookies.
31-
config.force_ssl = true
31+
# config.force_ssl = true
3232

3333
# Skip http-to-https redirect for the default health check endpoint.
3434
# config.ssl_options = { redirect: { exclude: ->(request) { request.path == "/up" } } }

0 commit comments

Comments
 (0)