BetterErrors / better_errors

Better error page for Rack apps
MIT License
6.88k stars 435 forks source link

Release 2.8.2 #479

Closed manuelmeurer closed 3 years ago

manuelmeurer commented 3 years ago

It seems like v2.8.2 was not tagged on Github and released to Rubygems yet. I am eagerly waiting for it because of the included fix to the cookie path! 😸

peaonunes commented 3 years ago

It seems like v2.8.2 was not tagged on Github and released to Rubygems yet. I am eagerly waiting for it because of the included fix to the cookie path! 😸

According to https://rubygems.org/gems/better_errors/versions/2.8.2 it is there. However after upgrading it I got NameError: uninitialized constant BetterErrors::Middleware::VERSION, I'm not sure if that's related though.

ryanb commented 3 years ago

I am receiving the NameError: uninitialized constant BetterErrors::Middleware::VERSION error as well. I recommend holding off on upgrading until it is fixed.

thebravoman commented 3 years ago

I also also got the error after update

-    better_errors (2.7.1)
+    better_errors (2.8.2)
manuelmeurer commented 3 years ago

481 should fix this.