Skip to content

a couple of changes needed for local install #1987

@kaymo4

Description

@kaymo4

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions