From be7a37c8a712fcfdc3e490e6936abaf06d16f0c6 Mon Sep 17 00:00:00 2001 From: ejahnGithub Date: Thu, 25 Jan 2024 08:05:40 -0800 Subject: [PATCH] test --- config/boot.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/boot.rb b/config/boot.rb index 988a5ddc..ad0a81e5 100644 --- a/config/boot.rb +++ b/config/boot.rb @@ -1,4 +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. +require "bootsnap/setup" # Speed up boot time by caching expensive operations..