-
-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Description
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
Labels
No labels