Skip to content

Versions don't coincide #97

@flocela

Description

@flocela

Just bought the testing-rails book. It referred me to this application.
I have ruby 2.6.2.
$: bin/rails server
Results in: Your Ruby version is 2.6.2, but your Gemfile specified 2.2.0

Switched to version 2.2.0
$bin/build
Results in No such file or directory
$: bin/rails server
Results in Error installing bundler: bundler requires Ruby version >= 2.3.0.

Switched to version 2.3.0
$ gem install bundler
Results in 1 gem installed
$bin/setup results in Your Ruby version is 2.3.0, but your Gemfile is 2.2.0

It looks like Ruby 2.2.0, 2.3.0, and 2.6.2 don't work with this application. How can I make the application work?

Thanks,
Flo

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