I did a bundle show and get the complete path to a gem directory.
bundle show
Unfortunately, I removed the directory using rm -r gem_path. Then my rails ap
rm -r gem_path
You can always use:
gem pristine acts-as-taggable-on
pristine - Restores installed gems to pristine condition from files located in the gem cache
If you just want to restore the gem for the current project you should run:
bundle exec gem pristine acts-as-taggable-on