instructure / canvas-lms

The open LMS by Instructure, Inc.
https://github.com/instructure/canvas-lms/wiki
GNU Affero General Public License v3.0
5.42k stars 2.42k forks source link

Gemfile syntax error #2234

Open mrmevlut opened 11 months ago

mrmevlut commented 11 months ago

Hello

I am trying to install canvas. When I run the "bundle install" command, I get the following errors.

I changed ruby version to ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [aarch64-linux-gnu] and gem 3.3.7

Gemfile:46: syntax error, unexpected label, expecting ')' current: Gemfile:49: syntax error, unexpected ',', expecting literal content or terminator or tSTRING_DBEG or tSTRING_DVAR ...inned_additional_dependencies:, include_plugins)

nosadcoder commented 11 months ago

Command ruby -v, and check ruby's version.