Skip to content

Commit

Permalink
Merge pull request #727 from cucumber/update-dependencies
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
mvz authored Aug 21, 2020
2 parents cd24f90 + 93de81e commit 32420eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
4 changes: 2 additions & 2 deletions aruba.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Gem::Specification.new do |spec|

spec.add_runtime_dependency 'childprocess', ['>= 2.0', '< 5.0']
spec.add_runtime_dependency 'contracts', '~> 0.16.0'
spec.add_runtime_dependency 'cucumber', ['>= 2.4', '< 5.0']
spec.add_runtime_dependency 'cucumber', ['>= 2.4', '< 6.0']
spec.add_runtime_dependency 'ffi', '~> 1.9'
spec.add_runtime_dependency 'rspec-expectations', '~> 3.4'
spec.add_runtime_dependency 'thor', '~> 1.0'
Expand All @@ -39,7 +39,7 @@ Gem::Specification.new do |spec|
spec.add_development_dependency 'rubocop-packaging', '~> 0.3.0'
spec.add_development_dependency 'rubocop-performance', '~> 1.7.1'
spec.add_development_dependency 'rubocop-rspec', '~> 1.43.1'
spec.add_development_dependency 'simplecov', '~> 0.18.0'
spec.add_development_dependency 'simplecov', ['>= 0.18.0', '< 0.20.0']
spec.add_development_dependency 'yard-junk', '~> 0.0.7'

spec.rubygems_version = '>= 1.6.1'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -201,11 +201,6 @@ Feature: All output of commands which were executed
"""
expected "goodbye\nworld" to output string is eq: "hello\nworld"
Diff:
@@ -1,3 +1,3 @@
-hello
+goodbye
world
(RSpec::Expectations::ExpectationNotMetError)
"""

Scenario: Detect subset of one-line output with regex
Expand Down

0 comments on commit 32420eb

Please sign in to comment.