From da7910b4f67043611d3667009418eccd58cb3a5a Mon Sep 17 00:00:00 2001 From: Jarmo Pertman Date: Wed, 15 Aug 2012 09:26:39 +0300 Subject: [PATCH] Add childprocess as development dependency. --- Gemfile.lock | 3 +++ watir-classic.gemspec | 1 + 2 files changed, 4 insertions(+) diff --git a/Gemfile.lock b/Gemfile.lock index d3cf0b20..c320a8e2 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -15,6 +15,8 @@ GEM remote: http://rubygems.org/ specs: builder (3.0.0) + childprocess (0.3.4) + ffi (~> 1.0, >= 1.0.6) diff-lcs (1.1.3) ffi (1.1.3-x86-mingw32) hoe (3.0.6) @@ -68,6 +70,7 @@ PLATFORMS x86-mingw32 DEPENDENCIES + childprocess rspec (~> 2.3) sinatra syntax diff --git a/watir-classic.gemspec b/watir-classic.gemspec index 259f1180..5e360af0 100644 --- a/watir-classic.gemspec +++ b/watir-classic.gemspec @@ -36,4 +36,5 @@ Gem::Specification.new do |s| s.add_development_dependency("syntax") s.add_development_dependency("yard") s.add_development_dependency("sinatra") + s.add_development_dependency("childprocess") end