Check if you have the correct version of RubyGems
$ gem -v
2.6.5 (or higher)
If you havenβt done so, update RubyGems:
$ gem update --system
If you cannot use sudo as follows:
$ sudo gem update --system
Now check if you have the latest provider version:
$ bundle -v
Bundler Version 1.13.0 (or higher)
If you havenβt done so, upgrade your Bundler:
$ gem install bundler
source share