Skip to content

Instantly share code, notes, and snippets.

@merbjedi
Created December 16, 2008 20:01
Show Gist options
  • Select an option

  • Save merbjedi/36776 to your computer and use it in GitHub Desktop.

Select an option

Save merbjedi/36776 to your computer and use it in GitHub Desktop.
Merb 1.0.6 Dependency Handling
sudo gem update merb # install 1.0.6
cd ~/your/project
rm -Rf tasks/merb.thor
merb-gen thor # installs new merb dependency tasks
thor merb:gem:install # syncs all dependencies defined in config/dependencies.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment