practice doing this
at main 207 B view raw
1ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__) 2 3require "bundler/setup" # Set up gems listed in the Gemfile. 4require "bootsnap/setup" # Speed up boot time by caching expensive operations.