Bob Dutcheshen

Results 2 comments of Bob Dutcheshen

I'm getting this with airbrake 11.0.3 and 12.0.0. Airbrake 11.0.2 works fine. If you do `cap staging rbenv:validate --trace` I see that `.rbenv/versions/2.7.4/lib/ruby/gems/2.7.0/gems/airbrake-11.0.3/lib/airbrake/rake.rb:17` and `.rbenv/versions/2.7.4/lib/ruby/gems/2.7.0/gems/airbrussh-1.4.0/lib/airbrussh/rake/context.rb:61` call `execute` back and forth...

Here is the merge that broke it https://github.com/rails/jbuilder/commit/65dfb3305b1c1ebae550c420a6ab6bd0e21271ec It went from using cache.fetch (which takes the force option) to using cache.read and cache.write