Files
x-stake/config/boot.rb
2021-08-03 19:20:33 -03:00

6 lines
237 B
Ruby

# frozen_string_literal: true
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.