Skip to content

Commit

Permalink
ignore bundler/inline from callers
Browse files Browse the repository at this point in the history
Fixes #1507
  • Loading branch information
namusyaka committed Feb 3, 2019
1 parent cb4f651 commit 787fa00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/sinatra/base.rb
Expand Up @@ -1168,7 +1168,7 @@ class << self
/^\(.*\)$/, # generated code
/rubygems\/(custom|core_ext\/kernel)_require\.rb$/, # rubygems require hacks
/active_support/, # active_support require hacks
/bundler(\/runtime)?\.rb/, # bundler require hacks
/bundler(\/(?:runtime|inline))?\.rb/, # bundler require hacks
/<internal:/, # internal in ruby >= 1.9.2
/src\/kernel\/bootstrap\/[A-Z]/ # maglev kernel files
]
Expand Down

0 comments on commit 787fa00

Please sign in to comment.