Skip to content

Commit

Permalink
update copy
Browse files Browse the repository at this point in the history
  • Loading branch information
hone committed Jun 13, 2012
1 parent efaadb1 commit 72d6231
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions lib/language_pack/ruby.rb
Expand Up @@ -296,8 +296,10 @@ def install_libyaml(dir)
# https://github.com/heroku/heroku-buildpack-ruby/issues/21
def remove_vendor_bundle
if File.exists?("vendor/bundle")
topic "WARNING: Don't check in `vendor/bundle`. Use `bundle pack` instead."
puts "Removing `vendor/bundle`."
topic "WARNING: Removing `vendor/bundle`."
puts "Checking in `vendor/bundle` is not supported. Please remove this directory"
puts "and add it to your .gitignore. To vendor your gems with Bundler, use"
puts "`bundle pack` instead."
FileUtils.rm_rf("vendor/bundle")
end
end
Expand Down

0 comments on commit 72d6231

Please sign in to comment.