Update app files to Rails 6.1 defaults.

This commit is contained in:
evazion
2020-12-19 00:26:27 -06:00
parent 5fc99b9946
commit 6849a3d68b
14 changed files with 160 additions and 108 deletions

View File

@@ -1,4 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
require 'bundler/setup' # Set up gems listed in the Gemfile.
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
require "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup" # Speed up boot time by caching expensive operations.