Always require Boxen in config/basic
This commit is contained in:
parent
17f628feae
commit
c145285d26
1 changed files with 4 additions and 0 deletions
|
@ -21,3 +21,7 @@ require "bundler/setup"
|
||||||
|
|
||||||
lib = File.expand_path "../../lib", __FILE__
|
lib = File.expand_path "../../lib", __FILE__
|
||||||
$:.unshift lib if File.directory? lib
|
$:.unshift lib if File.directory? lib
|
||||||
|
|
||||||
|
# Pull in Boxen itself.
|
||||||
|
|
||||||
|
require "boxen"
|
||||||
|
|
Loading…
Reference in a new issue