lib/stackprof.rb in stackprof-0.2.24 vs lib/stackprof.rb in stackprof-0.2.25

- old
+ new

@@ -12,10 +12,10 @@ # The fix is backported in 3.2.1: https://bugs.ruby-lang.org/issues/19336 StackProf.use_postponed_job! end module StackProf - VERSION = '0.2.24' + VERSION = '0.2.25' end StackProf.autoload :Report, "stackprof/report.rb" StackProf.autoload :Middleware, "stackprof/middleware.rb"