Files
redux-scraper/config/boot.rb
2025-01-01 03:29:53 +00:00

6 lines
223 B
Ruby

# typed: strict
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
require "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup" # Speed up boot time by caching expensive operations.