You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you want to request a feature or report a bug?
Bug in docs/README.md (incomplete documentation).
Bug: What is the current behavior?
The docs app uses rvm to pin the ruby version to 2.3.3. Its documentation, however, is not advocating for the use of rvm or any specific version of ruby, which causes the app to fail to build with [email protected] as some dependencies are not yet compatible with 2.4.
More details (Click to expand)
The docs app uses yajl-ruby which is not yet compatible with `2.4.x` (see: yajl-ruby#164).
On OSX, brew install ruby yields a 2.4.x version, which naturally fails to build the app. The command brew install [email protected] will install the required version, but there can be issues with $PATH, that can be tedious. using rvm is much simpler and will yield cleaner environments for everyone.
Bug: What is the expected behavior?
The onboarding documentation (docs/README.md) details the 2.3.3 requirements for ruby and proposes steps to get this specific version.
Do you want to request a feature or report a bug?
Bug in
docs/README.md
(incomplete documentation).Bug: What is the current behavior?
The
docs
app usesrvm
to pin theruby
version to2.3.3
. Its documentation, however, is not advocating for the use ofrvm
or any specific version of ruby, which causes the app to fail to build with[email protected]
as some dependencies are not yet compatible with2.4
.More details (Click to expand)
The
docs
app usesyajl-ruby
which is not yet compatible with `2.4.x` (see: yajl-ruby#164).On OSX,
brew install ruby
yields a2.4.x
version, which naturally fails to build the app. The commandbrew install [email protected]
will install the required version, but there can be issues with$PATH
, that can be tedious. usingrvm
is much simpler and will yield cleaner environments for everyone.Bug: What is the expected behavior?
The onboarding documentation (
docs/README.md
) details the 2.3.3 requirements forruby
and proposes steps to get this specific version.Note
I see 3 ways of fixing this:
[email protected]
requirementrvm
requirementDockerfile
and possibly adocker-compose
file. The requirements become: Get Docker.The text was updated successfully, but these errors were encountered: