Commit c6b8f1f6e79e6a2b746efa93d54e60ea4ba91afa

Authored by Antonio Terceiro
1 parent 43a11c8c

cope with changes in Gemfile

./script/quick-start works again
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
script/debundler
... ... @@ -11,6 +11,9 @@ end
11 11 $gems = []
12 12 def source(s)
13 13 end
  14 +def group(g)
  15 + yield
  16 +end
14 17 def gem(n, v = nil)
15 18 $gems << n
16 19 end
... ...