Upgrade Rails to version 5.2.0 (#5898)
This commit is contained in:
parent
8e88a18316
commit
50529cbceb
22 changed files with 330 additions and 262 deletions
|
@ -1,7 +1,7 @@
|
|||
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
|
||||
|
||||
require 'bundler/setup' # Set up gems listed in the Gemfile.
|
||||
require 'bootsnap'
|
||||
require 'bootsnap' # Speed up boot time by caching expensive operations.
|
||||
|
||||
Bootsnap.setup(
|
||||
cache_dir: 'tmp/cache',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue