Skip to content

Commit 324a0ff

Browse files
authoredDec 24, 2024··
chore: update ruby dependencies (#937)
1 parent 7ce722a commit 324a0ff

File tree

2 files changed

+96
-37
lines changed

2 files changed

+96
-37
lines changed
 

‎testdata/Gemfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
source 'https://rubygems.org'
22

3-
gem 'specific_install', '~> 0.3.3'
4-
gem 'cucumber', '~> 2.3.0'
3+
gem 'specific_install', '~> 0.3.8'
4+
gem 'cucumber', '~> 6.1.0'
55
gem 'os', '~> 0.9.6'
66

7-
gem "aruba", "~> 0.14.14"
7+
gem "aruba", "~> 1.1.0"

‎testdata/Gemfile.lock

+93-34
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,107 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
aruba (0.14.14)
5-
childprocess (>= 0.6.3, < 4.0.0)
6-
contracts (~> 0.9)
7-
cucumber (>= 1.3.19)
8-
ffi (~> 1.9)
9-
rspec-expectations (>= 2.99)
10-
thor (>= 0.19, < 2.0)
11-
builder (3.2.4)
12-
childprocess (3.0.0)
13-
contracts (0.16.1)
14-
cucumber (2.3.3)
15-
builder (>= 2.1.2)
16-
cucumber-core (~> 1.4.0)
17-
cucumber-wire (~> 0.0.1)
18-
diff-lcs (>= 1.1.3)
19-
gherkin (~> 3.2.0)
20-
multi_json (>= 1.7.5, < 2.0)
21-
multi_test (>= 0.1.2)
22-
cucumber-core (1.4.0)
23-
gherkin (~> 3.2.0)
24-
cucumber-wire (0.0.1)
25-
diff-lcs (1.4.4)
26-
ffi (1.15.4)
27-
gherkin (3.2.0)
28-
multi_json (1.15.0)
4+
activesupport (8.0.1)
5+
base64
6+
benchmark (>= 0.3)
7+
bigdecimal
8+
concurrent-ruby (~> 1.0, >= 1.3.1)
9+
connection_pool (>= 2.2.5)
10+
drb
11+
i18n (>= 1.6, < 2)
12+
logger (>= 1.4.2)
13+
minitest (>= 5.1)
14+
securerandom (>= 0.3)
15+
tzinfo (~> 2.0, >= 2.0.5)
16+
uri (>= 0.13.1)
17+
aruba (1.1.2)
18+
bundler (>= 1.17, < 3.0)
19+
childprocess (>= 2.0, < 5.0)
20+
contracts (>= 0.16.0, < 0.18.0)
21+
cucumber (>= 2.4, < 7.0)
22+
rspec-expectations (~> 3.4)
23+
thor (~> 1.0)
24+
base64 (0.2.0)
25+
benchmark (0.4.0)
26+
bigdecimal (3.1.8)
27+
builder (3.3.0)
28+
childprocess (4.1.0)
29+
concurrent-ruby (1.3.4)
30+
connection_pool (2.4.1)
31+
contracts (0.17.2)
32+
cucumber (6.1.0)
33+
builder (~> 3.2, >= 3.2.4)
34+
cucumber-core (~> 9.0, >= 9.0.1)
35+
cucumber-create-meta (~> 4.0, >= 4.0.0)
36+
cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
37+
cucumber-gherkin (~> 18.1, >= 18.1.0)
38+
cucumber-html-formatter (~> 13.0, >= 13.0.0)
39+
cucumber-messages (~> 15.0, >= 15.0.0)
40+
cucumber-wire (~> 5.0, >= 5.0.1)
41+
diff-lcs (~> 1.4, >= 1.4.4)
42+
mime-types (~> 3.3, >= 3.3.1)
43+
multi_test (~> 0.1, >= 0.1.2)
44+
sys-uname (~> 1.2, >= 1.2.2)
45+
cucumber-core (9.0.1)
46+
cucumber-gherkin (~> 18.1, >= 18.1.0)
47+
cucumber-messages (~> 15.0, >= 15.0.0)
48+
cucumber-tag-expressions (~> 3.0, >= 3.0.1)
49+
cucumber-create-meta (4.0.0)
50+
cucumber-messages (~> 15.0, >= 15.0.0)
51+
sys-uname (~> 1.2, >= 1.2.2)
52+
cucumber-cucumber-expressions (12.1.3)
53+
cucumber-gherkin (18.1.1)
54+
cucumber-messages (~> 15.0, >= 15.0.0)
55+
cucumber-html-formatter (13.0.0)
56+
cucumber-messages (~> 15.0, >= 15.0.0)
57+
cucumber-messages (15.0.0)
58+
protobuf-cucumber (~> 3.10, >= 3.10.8)
59+
cucumber-tag-expressions (3.0.1)
60+
cucumber-wire (5.0.1)
61+
cucumber-core (~> 9.0, >= 9.0.1)
62+
cucumber-cucumber-expressions (~> 12.1, >= 12.1.1)
63+
cucumber-messages (~> 15.0, >= 15.0.0)
64+
diff-lcs (1.5.1)
65+
drb (2.2.1)
66+
ffi (1.17.0)
67+
i18n (1.14.6)
68+
concurrent-ruby (~> 1.0)
69+
logger (1.6.3)
70+
middleware (0.1.0)
71+
mime-types (3.6.0)
72+
logger
73+
mime-types-data (~> 3.2015)
74+
mime-types-data (3.2024.1203)
75+
minitest (5.25.4)
2976
multi_test (0.1.2)
3077
os (0.9.6)
31-
rspec-expectations (3.10.1)
78+
protobuf-cucumber (3.10.8)
79+
activesupport (>= 3.2)
80+
middleware
81+
thor
82+
thread_safe
83+
rspec-expectations (3.13.3)
3284
diff-lcs (>= 1.2.0, < 2.0)
33-
rspec-support (~> 3.10.0)
34-
rspec-support (3.10.3)
35-
specific_install (0.3.7)
36-
thor (1.1.0)
85+
rspec-support (~> 3.13.0)
86+
rspec-support (3.13.2)
87+
securerandom (0.4.1)
88+
specific_install (0.3.8)
89+
sys-uname (1.3.1)
90+
ffi (~> 1.1)
91+
thor (1.3.2)
92+
thread_safe (0.3.6)
93+
tzinfo (2.0.6)
94+
concurrent-ruby (~> 1.0)
95+
uri (1.0.2)
3796

3897
PLATFORMS
3998
ruby
4099

41100
DEPENDENCIES
42-
aruba (~> 0.14.14)
43-
cucumber (~> 2.3.0)
101+
aruba (~> 1.1.0)
102+
cucumber (~> 6.1.0)
44103
os (~> 0.9.6)
45-
specific_install (~> 0.3.3)
104+
specific_install (~> 0.3.8)
46105

47106
BUNDLED WITH
48-
2.2.31
107+
2.5.23

0 commit comments

Comments
 (0)
Please sign in to comment.