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

a couple of changes needed for local install #1987

Open
kaymo4 opened this issue Apr 17, 2021 · 0 comments
Open

a couple of changes needed for local install #1987

kaymo4 opened this issue Apr 17, 2021 · 0 comments

Comments

@kaymo4
Copy link

kaymo4 commented Apr 17, 2021

I hope this is useful for others, I have made 2 changes

  1. gemfile: Unknown ruby interpreter version (do not know how to handle): >=2.2,<3.0.
    changed this: ruby '>= 2.2', '< 3.0'
    with this: ruby '2.5.1'

  2. config/application.rb: rake fails
    #Bundler.require(*Rails.groups) fails
    Bundler.require
    #add this otherwise rake fails
    require 'rack/cors'

Thanks again for a great app!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant