Skip to content

Commit

Permalink
Refs #37825 - Update comments in config/boot
Browse files Browse the repository at this point in the history
  • Loading branch information
ofedoren committed Nov 15, 2024
1 parent 54291b8 commit 02e69b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/boot.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

unless File.exist?(File.expand_path('../Gemfile.in', __dir__))
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
# Set up boootsnap on Ruby 2.3+ in development env with Bundler enabled and development group
# Set up boootsnap on Ruby 2.7+ in development and test env with Bundler enabled and development/test group
early_env = ENV["RAILS_ENV"] || ENV["RACK_ENV"] || "development"
require 'active_support/dependencies'
require('bootsnap/setup') if %w[development test].include?(early_env) && File.exist?(ENV['BUNDLE_GEMFILE']) && !Gem::Specification.stubs_for("bootsnap").empty?
Expand Down

0 comments on commit 02e69b5

Please sign in to comment.