Skip to content

Commit 26d7959

Browse files
committed
Add require
1 parent 93d6ac1 commit 26d7959

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Rakefile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# frozen_string_literal: true
22

3+
require 'yaml'
4+
require 'bundler'
5+
36
SOURCE_DIR = "src"
47
INDEX_HTML = 'files/railties/RDOC_MAIN_rdoc.html'
58

@@ -27,7 +30,6 @@ task :build_multi do
2730
end
2831

2932
def config
30-
require 'yaml'
3133
YAML.load_file('./_config.yml')
3234
end
3335

0 commit comments

Comments
 (0)