summaryrefslogtreecommitdiff
path: root/config/boot.rb
diff options
context:
space:
mode:
authorHeiko Bernlöhr <Heiko.Bernloehr@FreeIT.de>2021-12-18 19:49:37 +0100
committerHeiko Bernlöhr <Heiko.Bernloehr@FreeIT.de>2022-09-15 09:58:24 +0200
commite731b29f11d51d21b27a17949cc9302f22c5012c (patch)
treef17cd5261a8862c0a45583f9afa84baddaf214d9 /config/boot.rb
parented3904f66a623fed71dc898a85ac04c7d770a745 (diff)
downloadecs-e731b29f11d51d21b27a17949cc9302f22c5012c.tar.gz
ecs-e731b29f11d51d21b27a17949cc9302f22c5012c.zip
Rails 6.1.4.4
Diffstat (limited to 'config/boot.rb')
-rw-r--r--config/boot.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/boot.rb b/config/boot.rb
index 30f5120..d69bd27 100644
--- a/config/boot.rb
+++ b/config/boot.rb
@@ -1,3 +1,3 @@
ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
-require 'bundler/setup' # Set up gems listed in the Gemfile.
+require "bundler/setup" # Set up gems listed in the Gemfile.