lib/active_support/deprecation/reporting.rb in activesupport-5.2.0 vs lib/active_support/deprecation/reporting.rb in activesupport-5.2.1.rc1

- old
+ new

@@ -102,10 +102,10 @@ offending_line end end end - RAILS_GEM_ROOT = File.expand_path("../../../..", __dir__) + RAILS_GEM_ROOT = File.expand_path("../../../..", __dir__) + "/" def ignored_callstack(path) path.start_with?(RAILS_GEM_ROOT) || path.start_with?(RbConfig::CONFIG["rubylibdir"]) end end