dep icon indicating copy to clipboard operation
dep copied to clipboard

Results 9 dep issues
Sort by recently updated
recently updated
newest added

Propagate exit status from `gem install` when some gem or gems can't be installed. This allows scripts to be able to respond accordingly.

![bug_dep](https://cloud.githubusercontent.com/assets/6508615/4102114/430c0a76-3119-11e4-939d-4940f97846b4.PNG) I work with ruby on **windows**.

doing `gem which dep` does not work. ![](http://i.imgur.com/7ecUQck.png)

Not sure if there is a reason for that condition anymore, but anyway it fixes #7 so dep works from `gem install dep` . Also second commit allows `dep check`...

I was discussing this with @soveran earlier. I thought this was only possible on RubyGems 2.0, but apparently it's always been there. The syntax did change for 2.0. 1.8.x: ```...

Hi guys, I wonder how you guys use `dep` in production. Do you guys also install test specific gems in non-test environments? Thanks!

This is a totally stupid PR but I'll send it because I was going to add going to add a feature to `CLI.add` to allow multiple additions but then I...

In rbenv environment, when installing certain gems(rake, for example), if we have an executable conflict, a prompt will be showed: ``` $ gem install capistrano Fetching: net-ssh-2.7.0.gem (100%) Successfully installed...

Hi. I wonder if you guys considered allowing gems to be installed by specifying git URL or is it possible to do so?