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
I hope this is useful for others, I have made 2 changes
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'
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!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I hope this is useful for others, I have made 2 changes
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'
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!
The text was updated successfully, but these errors were encountered: