0

I'm trying to install canvas lms , but I have faced with the following issue. Any help. enter image description hereplease Bundler could not find compatible versions for gem "bundler": In Gemfile: bundler (>= 2.2.17, <= 2.2.24)

Current Bundler version: bundler (2.2.28)

Your bundle requires a different version of Bundler than the one you're running. Install the necessary version with gem install bundler:2.2.24 and rerun bundler using bundle _2.2.24_ update

I tried updating bundle but no success yet.

1 Answers1

0

Try the following:

gem install bundler -v 2.2.24
bundle _2.2.24_ install
hendrixfan
  • 44
  • 3