This commit is contained in:
jane 2022-04-09 12:00:10 -04:00
parent 68c64808c5
commit e253a71fc4
78 changed files with 1371 additions and 8 deletions

4
config/boot.rb Normal file
View file

@ -0,0 +1,4 @@
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.