Replies: 1 comment 3 replies
-
@javizqh @jmplaza @dpascualhe @pariaspe Take a look. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
In the gh-pages branch of RoboticsAcademy, the Gemfile specifies the Ruby version as "~> 2.7.8".
The command to install the package for RA
gh-pages
branch:The command
ruby-full
downloaded Ruby version 3 if you are usingUbuntu 22.04
or later.For the user who uses
Ubuntu 22.04
or later, theruby-full
command installs version 3. The installed version and Gemfile version conflict when running the server of the gh-pages.Should we update the Gemfile Ruby version?
NB: For Docker users, there's nothing to worry about.
Beta Was this translation helpful? Give feedback.
All reactions