Skip to content

Commit

Permalink
Remove unnecessary require statement (rails#415)
Browse files Browse the repository at this point in the history
  • Loading branch information
aar0nr authored and gauravtiwari committed May 24, 2017
1 parent 1efbbf9 commit 79b0c59
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/install/bin/webpack.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
$stdout.sync = true

require "shellwords"
require "yaml"

ENV["RAILS_ENV"] ||= "development"
RAILS_ENV = ENV["RAILS_ENV"]
Expand Down

0 comments on commit 79b0c59

Please sign in to comment.