Commit 09877a0b authored by Luke Redpath's avatar Luke Redpath

Open4 needs to be in the gem file.

parent 14f4afb6
source "http://rubygems.org" source "http://rubygems.org"
gem "open4"
group :development do group :development do
gem "rake" gem "rake"
gem "bacon" gem "bacon"
......
...@@ -16,6 +16,7 @@ GEM ...@@ -16,6 +16,7 @@ GEM
metaclass (~> 0.0.1) metaclass (~> 0.0.1)
mocha-on-bacon (0.2.0) mocha-on-bacon (0.2.0)
mocha (>= 0.9.8) mocha (>= 0.9.8)
open4 (1.3.0)
rake (0.9.2.2) rake (0.9.2.2)
rb-fsevent (0.9.0) rb-fsevent (0.9.0)
thor (0.14.6) thor (0.14.6)
...@@ -34,6 +35,7 @@ DEPENDENCIES ...@@ -34,6 +35,7 @@ DEPENDENCIES
guard-shell guard-shell
kicker kicker
mocha-on-bacon mocha-on-bacon
open4
rake rake
rb-fsevent rb-fsevent
vcr vcr
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment