Skip to content

Commit 50d7237

Browse files
authored
Merge pull request #159 from cofyc/fixcve
Update ruby gems
2 parents 87d995a + 5312a09 commit 50d7237

File tree

2 files changed

+32
-26
lines changed

2 files changed

+32
-26
lines changed

tests/Gemfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
source 'https://rubygems.org'
2-
gem 'cucumber', '~> 2.4.0'
3-
gem 'net-dns', '~> 0.8.0'
4-
gem 'aruba', '~> 0.14.2'
2+
gem 'cucumber', '~> 3.1.2'
3+
gem 'aruba', '~> 0.14.6'
4+
gem 'net-dns'

tests/Gemfile.lock

Lines changed: 29 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,53 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
aruba (0.14.2)
5-
childprocess (~> 0.5.6)
4+
aruba (0.14.6)
5+
childprocess (>= 0.6.3, < 0.10.0)
66
contracts (~> 0.9)
77
cucumber (>= 1.3.19)
88
ffi (~> 1.9.10)
99
rspec-expectations (>= 2.99)
1010
thor (~> 0.19)
11-
builder (3.2.2)
12-
childprocess (0.5.9)
11+
backports (3.11.4)
12+
builder (3.2.3)
13+
childprocess (0.9.0)
1314
ffi (~> 1.0, >= 1.0.11)
14-
contracts (0.14.0)
15-
cucumber (2.4.0)
15+
contracts (0.16.0)
16+
cucumber (3.1.2)
1617
builder (>= 2.1.2)
17-
cucumber-core (~> 1.5.0)
18+
cucumber-core (~> 3.2.0)
19+
cucumber-expressions (~> 6.0.1)
1820
cucumber-wire (~> 0.0.1)
19-
diff-lcs (>= 1.1.3)
20-
gherkin (~> 4.0)
21+
diff-lcs (~> 1.3)
22+
gherkin (~> 5.1.0)
2123
multi_json (>= 1.7.5, < 2.0)
2224
multi_test (>= 0.1.2)
23-
cucumber-core (1.5.0)
24-
gherkin (~> 4.0)
25+
cucumber-core (3.2.1)
26+
backports (>= 3.8.0)
27+
cucumber-tag_expressions (~> 1.1.0)
28+
gherkin (~> 5.0)
29+
cucumber-expressions (6.0.1)
30+
cucumber-tag_expressions (1.1.1)
2531
cucumber-wire (0.0.1)
26-
diff-lcs (1.2.5)
27-
ffi (1.9.14)
28-
gherkin (4.0.0)
29-
multi_json (1.12.1)
32+
diff-lcs (1.3)
33+
ffi (1.9.25)
34+
gherkin (5.1.0)
35+
multi_json (1.13.1)
3036
multi_test (0.1.2)
31-
net-dns (0.8.0)
32-
rspec-expectations (3.5.0)
37+
net-dns (0.9.0)
38+
rspec-expectations (3.8.2)
3339
diff-lcs (>= 1.2.0, < 2.0)
34-
rspec-support (~> 3.5.0)
35-
rspec-support (3.5.0)
36-
thor (0.19.1)
40+
rspec-support (~> 3.8.0)
41+
rspec-support (3.8.0)
42+
thor (0.20.3)
3743

3844
PLATFORMS
3945
ruby
4046

4147
DEPENDENCIES
42-
aruba (~> 0.14.2)
43-
cucumber (~> 2.4.0)
44-
net-dns (~> 0.8.0)
48+
aruba (~> 0.14.6)
49+
cucumber (~> 3.1.2)
50+
net-dns
4551

4652
BUNDLED WITH
4753
1.13.6

0 commit comments

Comments
 (0)