Pankaj Doharey
Pankaj Doharey
Try this : ``` sudo usermod -a -G sudo vagrant ``` You must logout and login again for this to take place.
Humm try this : ok that means your user does not have root privileges, do this : ``` sh # sudo visudo ``` find a place in the file like...
1000 Lines is a great target, simple is better maintainable.
I checked and it works without `prompt: 'consent'`
So in your irb console, if you try ``` >> Gem.default_specifications_dir ``` you will get a gemspec location : ```~/.rbenv/versions/3.0.0/lib/ruby/gems/3.0.0/specifications/default/``` just move the ```irb-1.3.0.gemspec``` to another location and install irb....