mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
the guides generator needs fileutils
This commit is contained in:
parent
71b29d1e56
commit
dca6ddea04
1 changed files with 1 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
|||
require 'set'
|
||||
require 'fileutils'
|
||||
|
||||
module RailsGuides
|
||||
class Generator
|
||||
|
|
Loading…
Reference in a new issue