ENV ||= File.expand_path(“../Gemfile”, __dir__)
require “bundler/setup” # Set up gems listed in the Gemfile. <% if depend_on_bootsnap? -%> require “bootsnap/setup” # Speed up boot time by caching expensive operations. <%- end -%>
ENV ||= File.expand_path(“../Gemfile”, __dir__)
require “bundler/setup” # Set up gems listed in the Gemfile. <% if depend_on_bootsnap? -%> require “bootsnap/setup” # Speed up boot time by caching expensive operations. <%- end -%>