# File lib/bundler/gem_helper.rb, line 97 def guard_already_tagged if sh('git tag').split(/\n/).include?(version_tag) raise("This tag has already been committed to the repo.") end end