X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/e65e41a6942062ff044af0d31c41ca0e554343cc..df232ec96f0568c4a8659f73eba13642aed3bd3e:/config/boot.rb diff --git a/config/boot.rb b/config/boot.rb index 6b750f00b..988a5ddc4 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,3 +1,4 @@ -ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../../Gemfile', __FILE__) +ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) -require 'bundler/setup' # Set up gems listed in the Gemfile. +require "bundler/setup" # Set up gems listed in the Gemfile. +require "bootsnap/setup" # Speed up boot time by caching expensive operations.