I have tried running the following command in git bash
rails g scaffold_controller oragnizationsController
And I get the error in the picture. I have tried multiple solutions:
1- Tried running
gem install wdm
2- Tried running
bundle install
3- I have tried adding
gem 'wdm', '~> 0.1.0'
and
gem 'wdm', '~> 0.1.1'
since I read that 0.1.0 ain't working anymore. But the problem hasn't been solved yet. I am using windows 10, ruby 2.3.3, rails 5.1.4