Sha256: 33a92b3165eecd1d32b0e5a75a6c1fac7b5627b08cd471362323f9e085feef17

Contents?: true

Size: 421 Bytes

Versions: 2

Compression:

Stored size: 421 Bytes

Contents

ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
<% if spring_install? -%>

if !defined?(Spring) && [nil, "development", "test"].include?(ENV["RAILS_ENV"])
  load File.expand_path("../bin/spring", __dir__)
end
<% end -%>

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 -%>

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
railties-6.1.0.rc2 lib/rails/generators/rails/app/templates/config/boot.rb.tt
railties-6.1.0.rc1 lib/rails/generators/rails/app/templates/config/boot.rb.tt