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 11source "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]
66gem "propshaft"
77# Use sqlite3 as the database for Active Record
Original file line number Diff line number Diff line change 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" } } }
You can’t perform that action at this time.
0 commit comments