Skip to content

Instantly share code, notes, and snippets.

@mml
Created March 30, 2010 16:53
Show Gist options
  • Save mml/349291 to your computer and use it in GitHub Desktop.
Save mml/349291 to your computer and use it in GitHub Desktop.
% rake -t rails:freeze:gems
(in /Users/mml/s/nq)
** Invoke rails:freeze:gems (first_time)
** Execute rails:freeze:gems
Freezing to the gems for Rails 2.3.5
rm -rf vendor/rails
mkdir -p vendor/rails
cd vendor/rails
ERROR: While executing gem ... (Gem::FilePermissionError)
You don't have write permissions into the /opt/local/lib/ruby/gems/1.8 directory.
rm -rf vendor/rails
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment