21611: Remove configs for periodic container log sweep.
[arvados.git] / services / api / config / boot.rb
index 717101c2b2b6ccbacb9e01c587195b38e1bd8bb4..282011619d92227924de59017a1eda9c5b555047 100644 (file)
@@ -1,8 +1,3 @@
-# Copyright (C) The Arvados Authors. All rights reserved.
-#
-# SPDX-License-Identifier: AGPL-3.0
+ENV["BUNDLE_GEMFILE"] ||= File.expand_path("../Gemfile", __dir__)
 
-# Set up gems listed in the Gemfile.
-ENV['BUNDLE_GEMFILE'] ||= File.expand_path('../Gemfile', __dir__)
-
-require 'bundler/setup'
+require "bundler/setup" # Set up gems listed in the Gemfile.