DEV: require fileutils gem on boot (#11542)

This commit is contained in:
Arpit Jalan 2020-12-21 11:01:06 +05:30 committed by GitHub
parent d2a0462186
commit bbf6cc4f18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ RAILS_ROOT = File.expand_path("../../", Pathname.new(__FILE__).realpath)
require 'rubygems'
require 'bundler/setup'
require 'digest'
require 'fileutils'
dev_mode = false