soveran / cuba

Rum based microframework for web development.

Home Page:http://cuba.is

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The dependencies in .gems.dev are not installed

ipmsteven opened this issue · comments

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"?

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

dep -f .gems.dev install

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

@ipmsteven the online version is now updated :).

Thanks so much :) @frodsan @soveran