Skip to content

Instantly share code, notes, and snippets.

@paul
Created October 14, 2008 18:17
Show Gist options
  • Save paul/16756 to your computer and use it in GitHub Desktop.
Save paul/16756 to your computer and use it in GitHub Desktop.
diff --git a/merb.thor b/merb.thor
index 14877c4..9d3fb7b 100644
--- a/merb.thor
+++ b/merb.thor
@@ -1119,6 +1119,7 @@ module Merb
# regardless of actual application dependency settings.
DM_STACK = %w[
+ extlib
dm-core
dm-aggregates
dm-migrations
@@ -1130,6 +1131,7 @@ module Merb
MERB_STACK = %w[
minigems
+ extlib
merb-core
merb-action-args
merb-assets
@@ -1143,6 +1145,7 @@ module Merb
MERB_BASICS = %w[
minigems
+ extlib
merb-core
merb-action-args
merb-assets
@@ -1907,4 +1910,4 @@ module Merb
end
-end
\ No newline at end of file
+end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment