Update boot config from Rails 7.0 template

This commit is contained in:
Maikel Linke
2025-08-12 10:59:46 +10:00
parent 43026ddc6a
commit bf1d2f3620

View File

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