fluentd-ui/config/boot.rb
Kenji Okimoto 102136f6cf Run bin/rails app:update
And some configurations are as is.

Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-15 12:24:53 +09:00

5 lines
207 B
Ruby

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.