X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/6d59a122ead9e2cc7d340ba6ec13cfdc250e1e5e..4155bcb6135e08441e9c41b1f434fd743d9d430a:/config/boot.rb diff --git a/config/boot.rb b/config/boot.rb index 4489e5868..988a5ddc4 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,6 +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.exists?(ENV['BUNDLE_GEMFILE']) +require "bundler/setup" # Set up gems listed in the Gemfile. +require "bootsnap/setup" # Speed up boot time by caching expensive operations.