Skip to content

Commit

Permalink
Update Cucumber to 7.1.0 and other necessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juniortaeza committed Oct 3, 2022
1 parent 8543f7a commit b897d7f
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,23 +4,27 @@ GEM
messages (12.1.1)
aruba (1.0.1)
childprocess (>= 0.3.6)
cucumber (>= 4.0.0)
cucumber (>= 7.1.0)
rspec-expectations (>= 2.7.0)
builder (3.2.3)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
cucumber (4.0.0)
cucumber (7.1.0)
builder (>= 3.2.3)
cucumber-core (>= 7.0.0)
diff-lcs (>= 1.3)
gherkin (~> 2.12.0)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (7.0.0)
gherkin (~> 2.12.0)
gherkin (~> 2.12)
cucumber-gherkin (>= 13.0.0)
cucumber-messages (>= 12.1.1)
cucumber-tag-expressions (>= 2.0.4)
tag-expressions(>= 2.0.4)
diff-lcs (1.3)
ffi (1.11.1)
gherkin (2.12.0)
gherkin (2.12.2)
multi_json (~> 1.3)
multi_json (1.11.0)
multi_test (0.1.2)
Expand All @@ -35,9 +39,6 @@ PLATFORMS
DEPENDENCIES
aruba
ffi (>= 1.9.24)
cucumber-gherkin (>= 13.0.0, ~> 13.0)
cucumber-messages (>= 12.1.1, ~> 12.1)
cucumber-tag-expressions (>= 2.0.4, ~> 2.0)

BUNDLED WITH
2.0.2

0 comments on commit b897d7f

Please sign in to comment.