Skip to content

Commit

Permalink
Try commit quote change in one file to see how github showes it
Browse files Browse the repository at this point in the history
  • Loading branch information
mirrec committed Oct 7, 2023
1 parent 4ff2819 commit 7720553
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 7720553

Please sign in to comment.