Skip to content
This repository has been archived by the owner on Jun 6, 2018. It is now read-only.

Commit

Permalink
Add childprocess as development dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
jarmo committed Aug 15, 2012
1 parent c1f091d commit da7910b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Gemfile.lock
Expand Up @@ -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)
Expand Down Expand Up @@ -68,6 +70,7 @@ PLATFORMS
x86-mingw32

DEPENDENCIES
childprocess
rspec (~> 2.3)
sinatra
syntax
Expand Down
1 change: 1 addition & 0 deletions watir-classic.gemspec
Expand Up @@ -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

0 comments on commit da7910b

Please sign in to comment.