summaryrefslogtreecommitdiffhomepage
path: root/config/boot.rb
diff options
context:
space:
mode:
authorrealtradam <[email protected]>2024-03-09 16:02:59 -0500
committerrealtradam <[email protected]>2024-03-09 16:02:59 -0500
commitfdd9a2ef16b9401048f0c6b743c09ddcb52a8516 (patch)
tree434ffb70536b5a72efcee3ed6b46275ced0d5e27 /config/boot.rb
downloadgameHolster-fdd9a2ef16b9401048f0c6b743c09ddcb52a8516.tar.gz
gameHolster-fdd9a2ef16b9401048f0c6b743c09ddcb52a8516.zip
The site is born
Diffstat (limited to 'config/boot.rb')
-rw-r--r--config/boot.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/boot.rb b/config/boot.rb
new file mode 100644
index 0000000..988a5dd
--- /dev/null
+++ b/config/boot.rb
@@ -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.