-
Notifications
You must be signed in to change notification settings - Fork 435
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
uninitialized constant BetterErrors::Middleware::VERSION (NameError) #483
Comments
Same here after update :/ Rails 6.0.3.3 |
Same for me! |
Duplicate of #482 |
Same |
There is a bug in better_errors 2.8.2, where it uses its VERSION constant without having loaded it first [1]. This is preventing our app from booting so I'm reverting this version bump until that issue is fixed. This reverts commit a6e2172, reversing changes made to ce4f953. [1]: BetterErrors/better_errors#483
I believe this change is the source of the problem: referring to |
I've submitted a fix: |
Very sorry for my mistake everyone, release 2.8.3 fixes this and is live (and I tested it in an app). Thank you @addisonmartin and @peaonunes for the PRs! |
.rvm/gems/ruby-2.6.5/gems/better_errors-2.8.2/lib/better_errors/middleware.rb:43:in `class:Middleware': uninitialized constant BetterErrors::Middleware::VERSION (NameError)
ruby 2.6
rails 4.2.11.3
The text was updated successfully, but these errors were encountered: