mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
Add a protective require
This commit is contained in:
parent
fe5247d9d9
commit
5c991ba4dc
1 changed files with 1 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'active_support/core_ext/module/delegation'
|
||||
require 'active_support/core_ext/class/attribute'
|
||||
require 'middleman-core/configuration'
|
||||
|
||||
module Middleman
|
||||
class Extension
|
||||
|
|
Loading…
Reference in a new issue