Skip to content

Commit

Permalink
upgrade aruba from v0.13.0 to v0.14.8
Browse files Browse the repository at this point in the history
  • Loading branch information
nevans committed Mar 7, 2019
1 parent 24e60aa commit 4909fb5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Gemfile.lock
Expand Up @@ -8,16 +8,16 @@ PATH
GEM
remote: https://rubygems.org/
specs:
aruba (0.13.0)
childprocess (~> 0.5.6)
aruba (0.14.8)
childprocess (>= 0.6.3, < 1.1.0)
contracts (~> 0.9)
cucumber (>= 1.3.19)
ffi (~> 1.9.10)
ffi (~> 1.9)
rspec-expectations (>= 2.99)
thor (~> 0.19)
builder (3.2.3)
childprocess (0.5.9)
ffi (~> 1.0, >= 1.0.11)
childprocess (1.0.1)
rake (< 13.0)
contracts (0.16.0)
cucumber (1.3.20)
builder (>= 2.1.2)
Expand All @@ -26,7 +26,7 @@ GEM
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
diff-lcs (1.3)
ffi (1.9.25)
ffi (1.10.0)
gherkin (2.12.2)
multi_json (~> 1.3)
hpricot (0.8.6)
Expand Down Expand Up @@ -78,7 +78,7 @@ PLATFORMS
ruby

DEPENDENCIES
aruba (~> 0.13.0)
aruba (~> 0.14.0)
cucumber (~> 1.2)
mustache (~> 0.99.8)
resque-pool!
Expand Down
2 changes: 1 addition & 1 deletion features/support/aruba_daemon_support.rb
Expand Up @@ -22,7 +22,7 @@ def keep_trying(timeout=10, tries=0)
end

def run_background(cmd)
@background = run(cmd)
@background = run_command(cmd)
end

def send_signal(cmd, signal)
Expand Down
2 changes: 1 addition & 1 deletion resque-pool.gemspec
Expand Up @@ -19,7 +19,7 @@ Gem::Specification.new do |s|
s.add_dependency "rake"
s.add_development_dependency "rspec", "~> 3.8"
s.add_development_dependency "cucumber", "~> 1.2"
s.add_development_dependency "aruba", "~> 0.13.0"
s.add_development_dependency "aruba", "~> 0.14.0"
s.add_development_dependency "ronn"
s.add_development_dependency "mustache", "~> 0.99.8" # 1.0 needs ruby 2.0

Expand Down

0 comments on commit 4909fb5

Please sign in to comment.