Feature #44426 » 0001-Update-config-boot.rb-to-match-the-current-Rails-tem.patch
| 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. |
|