uninitialized constant Spina::VERSION
aseroff opened this issue · 4 comments
aseroff commented
Getting a strange error upon upgrading to v2.13 and loading any admin page
.../.rvm/gems/ruby-2.7.6/gems/spina-2.13.0/app/views/spina/admin/shared/_version.html.erb where line #8
uninitialized constant Spina::VERSION
Did you mean? Spina::Version
I can see that lib/spina/version.rb
defines the VERSION constant, so I'm not sure what's going on here.
Bramjetten commented
That’s odd. Did you run the main branch before or 2.12?
Bramjetten commented
Can you confirm if this branch works for you?
https://github.com/Bramjetten/Spina/tree/requireversionrb
aseroff commented
2.12 worked fine. So does the requireversionrb branch.
Bramjetten commented
Just pushed v2.13.1 which includes the fix!