We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When running Arclight, the application errors because of the following syntax error
s/blacklight-locale_picker-0.1.0/app/helpers/blacklight/locale_picker/locale_helper.rb:17: syntax error, unexpected keyword_rescue, expecting keyword_end (SyntaxError) rescue ActionController::UrlGenerati ^ /Users/nikitas/.rvm/gems/ruby-2.4.4/gems/blacklight-locale_picker-0.1.0/app/helpers/blacklight/locale_picker/locale_helper.rb:17: syntax error, unexpected => troller::UrlGenerationError => e
The text was updated successfully, but these errors were encountered:
@tampakis You need to be on ruby 2.5 or later
blacklight-locale_picker/blacklight-locale_picker.gemspec
Line 24 in 9d2a2ab
It looks like maybe we haven't cut a release since we added the ruby requirement, so perhaps that's all we need to do.
Sorry, something went wrong.
No branches or pull requests
When running Arclight, the application errors because of the following syntax error
The text was updated successfully, but these errors were encountered: