rails 8.0.2 to 8.1. lograte for logging.
This commit is contained in:
parent
4e0858ccbe
commit
9236af0712
20 changed files with 536 additions and 321 deletions
5
Gemfile
5
Gemfile
|
|
@ -3,7 +3,7 @@
|
|||
source 'https://rubygems.org'
|
||||
|
||||
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
|
||||
gem 'rails', '~> 8.0.2'
|
||||
gem 'rails', '~> 8.1.0'
|
||||
# The modern asset pipeline for Rails [https://github.com/rails/propshaft]
|
||||
gem 'propshaft'
|
||||
# Use sqlite3 as the database for Active Record
|
||||
|
|
@ -41,6 +41,9 @@ gem 'mini_magick'
|
|||
# Reduces boot times through caching; required in config/boot.rb
|
||||
gem 'bootsnap', require: false
|
||||
|
||||
# Structured logging for production
|
||||
gem 'lograge'
|
||||
|
||||
# Deploy this application anywhere as a Docker container [https://kamal-deploy.org]
|
||||
gem 'kamal', require: false
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue