Created
December 16, 2008 20:01
-
-
Save merbjedi/36776 to your computer and use it in GitHub Desktop.
Merb 1.0.6 Dependency Handling
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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