eBooru/config/boot.rb

7 lines
238 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
2022-10-10 07:22:35 -04:00
ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
2011-05-24 18:04:25 -04:00
require "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup" # Speed up boot time by caching expensive operations.