|
|
@ -1,38 +1,44 @@ |
|
|
GEM |
|
|
GEM |
|
|
remote: https://rubygems.org/ |
|
|
remote: https://rubygems.org/ |
|
|
specs: |
|
|
specs: |
|
|
aruba (0.14.2) |
|
|
aruba (0.14.6) |
|
|
childprocess (~> 0.5.6) |
|
|
childprocess (>= 0.6.3, < 0.10.0) |
|
|
contracts (~> 0.9) |
|
|
contracts (~> 0.9) |
|
|
cucumber (>= 1.3.19) |
|
|
cucumber (>= 1.3.19) |
|
|
ffi (~> 1.9.10) |
|
|
ffi (~> 1.9.10) |
|
|
rspec-expectations (>= 2.99) |
|
|
rspec-expectations (>= 2.99) |
|
|
thor (~> 0.19) |
|
|
thor (~> 0.19) |
|
|
|
|
|
backports (3.11.4) |
|
|
builder (3.2.3) |
|
|
builder (3.2.3) |
|
|
childprocess (0.5.9) |
|
|
childprocess (0.9.0) |
|
|
ffi (~> 1.0, >= 1.0.11) |
|
|
ffi (~> 1.0, >= 1.0.11) |
|
|
contracts (0.16.0) |
|
|
contracts (0.16.0) |
|
|
cucumber (2.4.0) |
|
|
cucumber (3.1.2) |
|
|
builder (>= 2.1.2) |
|
|
builder (>= 2.1.2) |
|
|
cucumber-core (~> 1.5.0) |
|
|
cucumber-core (~> 3.2.0) |
|
|
|
|
|
cucumber-expressions (~> 6.0.1) |
|
|
cucumber-wire (~> 0.0.1) |
|
|
cucumber-wire (~> 0.0.1) |
|
|
diff-lcs (>= 1.1.3) |
|
|
diff-lcs (~> 1.3) |
|
|
gherkin (~> 4.0) |
|
|
gherkin (~> 5.1.0) |
|
|
multi_json (>= 1.7.5, < 2.0) |
|
|
multi_json (>= 1.7.5, < 2.0) |
|
|
multi_test (>= 0.1.2) |
|
|
multi_test (>= 0.1.2) |
|
|
cucumber-core (1.5.0) |
|
|
cucumber-core (3.2.1) |
|
|
gherkin (~> 4.0) |
|
|
backports (>= 3.8.0) |
|
|
|
|
|
cucumber-tag_expressions (~> 1.1.0) |
|
|
|
|
|
gherkin (~> 5.0) |
|
|
|
|
|
cucumber-expressions (6.0.1) |
|
|
|
|
|
cucumber-tag_expressions (1.1.1) |
|
|
cucumber-wire (0.0.1) |
|
|
cucumber-wire (0.0.1) |
|
|
diff-lcs (1.3) |
|
|
diff-lcs (1.3) |
|
|
ffi (1.9.18) |
|
|
ffi (1.9.25) |
|
|
gherkin (4.1.3) |
|
|
gherkin (5.1.0) |
|
|
multi_json (1.12.1) |
|
|
multi_json (1.13.1) |
|
|
multi_test (0.1.2) |
|
|
multi_test (0.1.2) |
|
|
rspec-expectations (3.6.0) |
|
|
rspec-expectations (3.8.2) |
|
|
diff-lcs (>= 1.2.0, < 2.0) |
|
|
diff-lcs (>= 1.2.0, < 2.0) |
|
|
rspec-support (~> 3.6.0) |
|
|
rspec-support (~> 3.8.0) |
|
|
rspec-support (3.6.0) |
|
|
rspec-support (3.8.0) |
|
|
thor (0.19.4) |
|
|
thor (0.20.3) |
|
|
|
|
|
|
|
|
PLATFORMS |
|
|
PLATFORMS |
|
|
ruby |
|
|
ruby |
|
|
@ -41,4 +47,4 @@ DEPENDENCIES |
|
|
aruba (~> 0.14.2) |
|
|
aruba (~> 0.14.2) |
|
|
|
|
|
|
|
|
BUNDLED WITH |
|
|
BUNDLED WITH |
|
|
1.15.0 |
|
|
1.17.1 |
|
|
|