Skip to content

Commit

Permalink
Update Cucumber, Aruba, and necessary dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juniortaeza committed Oct 3, 2022
1 parent fca4c9e commit 7a21019
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 24 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

## [0.9.5] - 2022-09-28
### Security
- Update aruba (0.6.2 -> 2.0.0), cucumber (2.0.0 -> 7.1.0) and other necessary
dependencies in acceptance/Gemfile.lock
[cyberark/summon#239](https://github.com/cyberark/summon/pull/239)

## [0.9.4] - 2022-08-18
### Security
- Replaced gopkg.in/yaml.v2 v2.2.2 with v2.2.8 to address
Expand Down
55 changes: 31 additions & 24 deletions acceptance/Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,32 +1,39 @@
GEM
remote: https://rubygems.org/
specs:
aruba (0.6.2)
childprocess (>= 0.3.6)
cucumber (>= 1.1.1)
rspec-expectations (>= 2.7.0)
builder (3.2.2)
childprocess (0.5.6)
ffi (~> 1.0, >= 1.0.11)
cucumber (2.0.0)
builder (>= 2.1.2)
cucumber-core (~> 1.1.3)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.1.2)
cucumber-core (1.1.3)
gherkin (~> 2.12.0)
diff-lcs (1.2.5)
ffi (1.11.1)
gherkin (2.12.2)
multi_json (~> 1.3)
multi_json (1.11.0)
aruba (2.0.0)
bundler (>= 1.17, < 3.0)
childprocess (>= 2.0, < 5.0)
contracts (>= 0.16.0, < 0.18.0)
cucumber (>= 4.0, < 8.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
builder (3.2.4)
childprocess (4.1.0)
cucumber (7.1.0)
builder (~> 3.2, >= 3.2.4)
cucumber-core (~> 10.1, >= 10.1.0)
cucumber-create-meta (~> 6.0, >= 6.0.1)
cucumber-cucumber-expressions (~> 14.0, >= 14.0.0)
cucumber-gherkin (~> 22.0, >= 22.0.0)
cucumber-html-formatter (~> 17.0, >= 17.0.0)
cucumber-messages (~> 17.1, >= 17.1.1)
cucumber-wire (~> 6.2, >= 6.2.0)
diff-lcs (~> 1.4, >= 1.4.4)
mime-types (~> 3.3, >= 3.3.1)
multi_test (~> 0.1, >= 0.1.2)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-core (10.1.0)
cucumber-gherkin (~> 22.0, >= 22.0.0)
cucumber-messages (~> 17.1, >= 17.1.1)
cucumber-tag-expressions (~> 4.0, >= 4.0.2)
diff-lcs (1.4.4)
ffi (1.15.4)
multi_test (0.1.2)
rspec-expectations (3.2.1)
rspec-expectations (3.10.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.2.0)
rspec-support (3.2.2)
rspec-support (~> 3.10.0)
rspec-support (3.10.3)

PLATFORMS
ruby
Expand Down

0 comments on commit 7a21019

Please sign in to comment.