Skip to content
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

Syntax error #9

Open
tampakis opened this issue Oct 16, 2019 · 1 comment
Open

Syntax error #9

tampakis opened this issue Oct 16, 2019 · 1 comment
Labels
bug Something isn't working

Comments

@tampakis
Copy link
Member

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
@tampakis tampakis added the bug Something isn't working label Oct 16, 2019
@jkeck
Copy link
Contributor

jkeck commented Oct 16, 2019

@tampakis You need to be on ruby 2.5 or later

spec.required_ruby_version = '>= 2.5.0'

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants