soveran / cuba

Rum based microframework for web development.
http://cuba.is
MIT License
1.44k stars 249 forks source link

The dependencies in .gems.dev are not installed #40

Closed ipmsteven closed 10 years ago

ipmsteven commented 10 years ago

I just followed the instruction from The Guide to Cuba, when I do "dep install", dep only install the dependency in .gems file and the gems defined in .gems.dev are not installed, do I need to install those gems manually or I can pass some argument like "dep install --develpment"?

soveran commented 10 years ago

Hello @ipmsteven, you can use the -f flag to specify a different file:

dep -f .gems.dev install
frodsan commented 10 years ago

@ipmsteven sorry for the inconvenience. We're restructuring the guide and I forgot to update the online version.

frodsan commented 10 years ago

@ipmsteven the online version is now updated :).

ipmsteven commented 10 years ago

Thanks so much :) @frodsan @soveran