Skip to content

Commit

Permalink
boot.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
PhilipDeFraties authored and camillevilla committed Dec 20, 2024
1 parent d5f54ab commit a2f5b59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/boot.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
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 "bundler/setup" # Set up gems listed in the Gemfile.
require "bootsnap/setup" # Speed up boot time by caching expensive operations.

0 comments on commit a2f5b59

Please sign in to comment.