Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Sep 5, 2023
2 parents 538158e + 1796f43 commit 71e4c55
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 33 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
source "https://rubygems.org"

gem "aruba", "~> 2.1.0"
gem "aruba", "~> 2.2.0"
60 changes: 28 additions & 32 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,59 +1,55 @@
GEM
remote: https://rubygems.org/
specs:
aruba (2.1.0)
aruba (2.2.0)
bundler (>= 1.17, < 3.0)
childprocess (>= 2.0, < 5.0)
contracts (>= 0.16.0, < 0.18.0)
cucumber (>= 4.0, < 9.0)
cucumber (>= 8.0, < 10.0)
rspec-expectations (~> 3.4)
thor (~> 1.0)
builder (3.2.4)
childprocess (4.1.0)
contracts (0.16.1)
cucumber (8.0.0)
contracts (0.17)
cucumber (9.0.1)
builder (~> 3.2, >= 3.2.4)
cucumber-ci-environment (~> 9.0, >= 9.0.4)
cucumber-ci-environment (~> 9.2, >= 9.2.0)
cucumber-core (~> 11.0, >= 11.0.0)
cucumber-cucumber-expressions (~> 15.1, >= 15.1.1)
cucumber-gherkin (~> 23.0, >= 23.0.1)
cucumber-html-formatter (~> 19.1, >= 19.1.0)
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-cucumber-expressions (~> 16.1, >= 16.1.2)
cucumber-gherkin (>= 23.0.1, < 26.2.1)
cucumber-html-formatter (~> 20.4, >= 20.4.0)
cucumber-messages (>= 18, < 23)
diff-lcs (~> 1.5, >= 1.5.0)
mime-types (~> 3.4, >= 3.4.1)
mini_mime (~> 1.1, >= 1.1.5)
multi_test (~> 1.1, >= 1.1.0)
sys-uname (~> 1.2, >= 1.2.2)
cucumber-ci-environment (9.0.4)
cucumber-core (11.0.0)
cucumber-gherkin (~> 23.0, >= 23.0.1)
cucumber-messages (~> 18.0, >= 18.0.0)
sys-uname (~> 1.2, >= 1.2.3)
cucumber-ci-environment (9.2.0)
cucumber-core (11.1.0)
cucumber-gherkin (>= 24, < 27)
cucumber-messages (>= 19, < 22)
cucumber-tag-expressions (~> 4.1, >= 4.1.0)
cucumber-cucumber-expressions (15.1.1)
cucumber-gherkin (23.0.1)
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-html-formatter (19.1.0)
cucumber-messages (~> 18.0, >= 18.0.0)
cucumber-messages (18.0.0)
cucumber-cucumber-expressions (16.1.2)
cucumber-gherkin (26.2.0)
cucumber-messages (>= 19.1.4, < 22.1)
cucumber-html-formatter (20.4.0)
cucumber-messages (>= 18.0, < 22.1)
cucumber-messages (21.0.1)
cucumber-tag-expressions (4.1.0)
diff-lcs (1.5.0)
ffi (1.15.5)
mime-types (3.4.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2022.0105)
mini_mime (1.1.5)
multi_test (1.1.0)
rspec-expectations (3.11.0)
rspec-expectations (3.12.3)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.11.0)
rspec-support (3.11.0)
sys-uname (1.2.2)
rspec-support (~> 3.12.0)
rspec-support (3.12.1)
sys-uname (1.2.3)
ffi (~> 1.1)
thor (1.2.1)
thor (1.2.2)

PLATFORMS
ruby

DEPENDENCIES
aruba (~> 2.1.0)
aruba (~> 2.2.0)

BUNDLED WITH
2.1.4

0 comments on commit 71e4c55

Please sign in to comment.