Project

General

Profile

Feature #44426 » 0001-Update-config-boot.rb-to-match-the-current-Rails-tem.patch

Go MAEDA, 2026-09-07 12:00

View differences:

config/boot.rb
16 16
ENV['RACK_QUERY_PARSER_BYTESIZE_LIMIT'] ||= '33554432'
17 17
ENV['RACK_QUERY_PARSER_PARAMS_LIMIT'] ||= '65536'
18
# Set up gems listed in the Gemfile.
19
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__)
18
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
20
require 'bundler/setup' if File.exist?(ENV['BUNDLE_GEMFILE'])
19
require 'bundler/setup' # Set up gems listed in the Gemfile.
(1-1/3)