Skip to content

Commit

Permalink
Merge pull request #27869 from y-yagi/call_gem_before_require_erubis
Browse files Browse the repository at this point in the history
call `gem` `erubis` before require
  • Loading branch information
matthewd committed Feb 1, 2017
2 parents d515135 + 64920d9 commit d833e93
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions actionview/lib/action_view/template/handlers/erb/erubis.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
gem "erubis"
require "erubis"

module ActionView
Expand Down

2 comments on commit d833e93

@ferdinandrosario
Copy link

@ferdinandrosario ferdinandrosario commented on d833e93 Feb 1, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

#27757 ?

@Fudoshiki
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe need drop this file?

Please sign in to comment.