aboutsummaryrefslogblamecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/boot.rb.tt
blob: 42d46b8175576c78f35462b7bb65031b795fa3cd (plain) (tree)
1
2
3
4
5
6
                                                                 
 
                                                            
                             
                                                                              
           
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)

require 'bundler/setup' # Set up gems listed in the Gemfile.
<% if depend_on_bootsnap? -%>
require 'bootsnap/setup' # Speed up boot time by caching expensive operations.
<%- end -%>