Skip to content

Commit c7bd57d

Browse files
committed
Update test dependencies
The dependecies we test against are locked in Gemfile.lock Just bumping these so we test against the latest things.
1 parent 7d519c6 commit c7bd57d

File tree

1 file changed

+151
-120
lines changed

1 file changed

+151
-120
lines changed

Gemfile.lock

Lines changed: 151 additions & 120 deletions
Original file line numberDiff line numberDiff line change
@@ -10,90 +10,108 @@ PATH
1010
GEM
1111
remote: https://rubygems.org/
1212
specs:
13-
actioncable (7.0.6)
14-
actionpack (= 7.0.6)
15-
activesupport (= 7.0.6)
13+
actioncable (7.1.3)
14+
actionpack (= 7.1.3)
15+
activesupport (= 7.1.3)
1616
nio4r (~> 2.0)
1717
websocket-driver (>= 0.6.1)
18-
actionmailbox (7.0.6)
19-
actionpack (= 7.0.6)
20-
activejob (= 7.0.6)
21-
activerecord (= 7.0.6)
22-
activestorage (= 7.0.6)
23-
activesupport (= 7.0.6)
18+
zeitwerk (~> 2.6)
19+
actionmailbox (7.1.3)
20+
actionpack (= 7.1.3)
21+
activejob (= 7.1.3)
22+
activerecord (= 7.1.3)
23+
activestorage (= 7.1.3)
24+
activesupport (= 7.1.3)
2425
mail (>= 2.7.1)
2526
net-imap
2627
net-pop
2728
net-smtp
28-
actionmailer (7.0.6)
29-
actionpack (= 7.0.6)
30-
actionview (= 7.0.6)
31-
activejob (= 7.0.6)
32-
activesupport (= 7.0.6)
29+
actionmailer (7.1.3)
30+
actionpack (= 7.1.3)
31+
actionview (= 7.1.3)
32+
activejob (= 7.1.3)
33+
activesupport (= 7.1.3)
3334
mail (~> 2.5, >= 2.5.4)
3435
net-imap
3536
net-pop
3637
net-smtp
37-
rails-dom-testing (~> 2.0)
38-
actionpack (7.0.6)
39-
actionview (= 7.0.6)
40-
activesupport (= 7.0.6)
41-
rack (~> 2.0, >= 2.2.4)
38+
rails-dom-testing (~> 2.2)
39+
actionpack (7.1.3)
40+
actionview (= 7.1.3)
41+
activesupport (= 7.1.3)
42+
nokogiri (>= 1.8.5)
43+
racc
44+
rack (>= 2.2.4)
45+
rack-session (>= 1.0.1)
4246
rack-test (>= 0.6.3)
43-
rails-dom-testing (~> 2.0)
44-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
45-
actiontext (7.0.6)
46-
actionpack (= 7.0.6)
47-
activerecord (= 7.0.6)
48-
activestorage (= 7.0.6)
49-
activesupport (= 7.0.6)
47+
rails-dom-testing (~> 2.2)
48+
rails-html-sanitizer (~> 1.6)
49+
actiontext (7.1.3)
50+
actionpack (= 7.1.3)
51+
activerecord (= 7.1.3)
52+
activestorage (= 7.1.3)
53+
activesupport (= 7.1.3)
5054
globalid (>= 0.6.0)
5155
nokogiri (>= 1.8.5)
52-
actionview (7.0.6)
53-
activesupport (= 7.0.6)
56+
actionview (7.1.3)
57+
activesupport (= 7.1.3)
5458
builder (~> 3.1)
55-
erubi (~> 1.4)
56-
rails-dom-testing (~> 2.0)
57-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
58-
activejob (7.0.6)
59-
activesupport (= 7.0.6)
59+
erubi (~> 1.11)
60+
rails-dom-testing (~> 2.2)
61+
rails-html-sanitizer (~> 1.6)
62+
activejob (7.1.3)
63+
activesupport (= 7.1.3)
6064
globalid (>= 0.3.6)
61-
activemodel (7.0.6)
62-
activesupport (= 7.0.6)
63-
activerecord (7.0.6)
64-
activemodel (= 7.0.6)
65-
activesupport (= 7.0.6)
66-
activestorage (7.0.6)
67-
actionpack (= 7.0.6)
68-
activejob (= 7.0.6)
69-
activerecord (= 7.0.6)
70-
activesupport (= 7.0.6)
65+
activemodel (7.1.3)
66+
activesupport (= 7.1.3)
67+
activerecord (7.1.3)
68+
activemodel (= 7.1.3)
69+
activesupport (= 7.1.3)
70+
timeout (>= 0.4.0)
71+
activestorage (7.1.3)
72+
actionpack (= 7.1.3)
73+
activejob (= 7.1.3)
74+
activerecord (= 7.1.3)
75+
activesupport (= 7.1.3)
7176
marcel (~> 1.0)
72-
mini_mime (>= 1.1.0)
73-
activesupport (7.0.6)
77+
activesupport (7.1.3)
78+
base64
79+
bigdecimal
7480
concurrent-ruby (~> 1.0, >= 1.0.2)
81+
connection_pool (>= 2.2.5)
82+
drb
7583
i18n (>= 1.6, < 2)
7684
minitest (>= 5.1)
85+
mutex_m
7786
tzinfo (~> 2.0)
7887
ast (2.4.2)
88+
base64 (0.2.0)
89+
bigdecimal (3.1.6)
7990
builder (3.2.4)
8091
byebug (11.1.3)
8192
climate_control (1.2.0)
8293
codecov (0.6.0)
8394
simplecov (>= 0.15, < 0.22)
84-
concurrent-ruby (1.2.2)
95+
concurrent-ruby (1.2.3)
96+
connection_pool (2.4.1)
8597
crass (1.0.6)
86-
date (3.3.3)
87-
diff-lcs (1.5.0)
98+
date (3.3.4)
99+
diff-lcs (1.5.1)
88100
docile (1.4.0)
101+
drb (2.2.0)
102+
ruby2_keywords
89103
erubi (1.12.0)
90-
globalid (1.1.0)
91-
activesupport (>= 5.0)
104+
globalid (1.2.1)
105+
activesupport (>= 6.1)
92106
i18n (1.14.1)
93107
concurrent-ruby (~> 1.0)
94-
json (2.6.3)
108+
io-console (0.7.2)
109+
irb (1.11.2)
110+
rdoc
111+
reline (>= 0.4.2)
112+
json (2.7.1)
95113
language_server-protocol (3.17.0.3)
96-
loofah (2.21.3)
114+
loofah (2.22.0)
97115
crass (~> 1.0.2)
98116
nokogiri (>= 1.12.0)
99117
mail (2.8.1)
@@ -102,78 +120,88 @@ GEM
102120
net-pop
103121
net-smtp
104122
marcel (1.0.2)
105-
method_source (1.0.0)
106-
mini_mime (1.1.2)
107-
mini_portile2 (2.8.4)
108-
minitest (5.18.1)
109-
net-imap (0.3.6)
123+
mini_mime (1.1.5)
124+
minitest (5.22.2)
125+
mutex_m (0.2.0)
126+
net-imap (0.4.10)
110127
date
111128
net-protocol
112129
net-pop (0.1.2)
113130
net-protocol
114-
net-protocol (0.2.1)
131+
net-protocol (0.2.2)
115132
timeout
116-
net-smtp (0.3.3)
133+
net-smtp (0.4.0.1)
117134
net-protocol
118-
nio4r (2.5.9)
119-
nokogiri (1.15.3)
120-
mini_portile2 (~> 2.8.2)
135+
nio4r (2.7.0)
136+
nokogiri (1.16.2-arm64-darwin)
121137
racc (~> 1.4)
122-
parallel (1.23.0)
123-
parser (3.2.2.3)
138+
parallel (1.24.0)
139+
parser (3.3.0.5)
124140
ast (~> 2.4.1)
125141
racc
126-
prometheus-client-mmap (1.1.1)
142+
prometheus-client-mmap (1.1.1-arm64-darwin)
127143
rb_sys (~> 0.9.86)
128-
racc (1.7.1)
129-
rack (2.2.7)
144+
psych (5.1.2)
145+
stringio
146+
racc (1.7.3)
147+
rack (3.0.9)
148+
rack-session (2.0.0)
149+
rack (>= 3.0.0)
130150
rack-test (2.1.0)
131151
rack (>= 1.3)
132-
rails (7.0.6)
133-
actioncable (= 7.0.6)
134-
actionmailbox (= 7.0.6)
135-
actionmailer (= 7.0.6)
136-
actionpack (= 7.0.6)
137-
actiontext (= 7.0.6)
138-
actionview (= 7.0.6)
139-
activejob (= 7.0.6)
140-
activemodel (= 7.0.6)
141-
activerecord (= 7.0.6)
142-
activestorage (= 7.0.6)
143-
activesupport (= 7.0.6)
152+
rackup (2.1.0)
153+
rack (>= 3)
154+
webrick (~> 1.8)
155+
rails (7.1.3)
156+
actioncable (= 7.1.3)
157+
actionmailbox (= 7.1.3)
158+
actionmailer (= 7.1.3)
159+
actionpack (= 7.1.3)
160+
actiontext (= 7.1.3)
161+
actionview (= 7.1.3)
162+
activejob (= 7.1.3)
163+
activemodel (= 7.1.3)
164+
activerecord (= 7.1.3)
165+
activestorage (= 7.1.3)
166+
activesupport (= 7.1.3)
144167
bundler (>= 1.15.0)
145-
railties (= 7.0.6)
146-
rails-dom-testing (2.1.1)
168+
railties (= 7.1.3)
169+
rails-dom-testing (2.2.0)
147170
activesupport (>= 5.0.0)
148171
minitest
149172
nokogiri (>= 1.6)
150173
rails-html-sanitizer (1.6.0)
151174
loofah (~> 2.21)
152175
nokogiri (~> 1.14)
153-
railties (7.0.6)
154-
actionpack (= 7.0.6)
155-
activesupport (= 7.0.6)
156-
method_source
176+
railties (7.1.3)
177+
actionpack (= 7.1.3)
178+
activesupport (= 7.1.3)
179+
irb
180+
rackup (>= 1.0.0)
157181
rake (>= 12.2)
158-
thor (~> 1.0)
159-
zeitwerk (~> 2.5)
182+
thor (~> 1.0, >= 1.2.2)
183+
zeitwerk (~> 2.6)
160184
rainbow (3.1.1)
161-
rake (13.0.6)
185+
rake (13.1.0)
162186
rb_sys (0.9.87)
163-
regexp_parser (2.8.1)
164-
rexml (3.2.5)
165-
rspec (3.12.0)
166-
rspec-core (~> 3.12.0)
167-
rspec-expectations (~> 3.12.0)
168-
rspec-mocks (~> 3.12.0)
169-
rspec-core (3.12.2)
170-
rspec-support (~> 3.12.0)
171-
rspec-expectations (3.12.3)
187+
rdoc (6.6.2)
188+
psych (>= 4.0.0)
189+
regexp_parser (2.9.0)
190+
reline (0.4.2)
191+
io-console (~> 0.5)
192+
rexml (3.2.6)
193+
rspec (3.13.0)
194+
rspec-core (~> 3.13.0)
195+
rspec-expectations (~> 3.13.0)
196+
rspec-mocks (~> 3.13.0)
197+
rspec-core (3.13.0)
198+
rspec-support (~> 3.13.0)
199+
rspec-expectations (3.13.0)
172200
diff-lcs (>= 1.2.0, < 2.0)
173-
rspec-support (~> 3.12.0)
174-
rspec-mocks (3.12.6)
201+
rspec-support (~> 3.13.0)
202+
rspec-mocks (3.13.0)
175203
diff-lcs (>= 1.2.0, < 2.0)
176-
rspec-support (~> 3.12.0)
204+
rspec-support (~> 3.13.0)
177205
rspec-rails (5.1.2)
178206
actionpack (>= 5.2)
179207
activesupport (>= 5.2)
@@ -182,55 +210,58 @@ GEM
182210
rspec-expectations (~> 3.10)
183211
rspec-mocks (~> 3.10)
184212
rspec-support (~> 3.10)
185-
rspec-support (3.12.1)
186-
rubocop (1.54.2)
213+
rspec-support (3.13.0)
214+
rubocop (1.60.2)
187215
json (~> 2.3)
188216
language_server-protocol (>= 3.17.0)
189217
parallel (~> 1.10)
190-
parser (>= 3.2.2.3)
218+
parser (>= 3.3.0.2)
191219
rainbow (>= 2.2.2, < 4.0)
192220
regexp_parser (>= 1.8, < 3.0)
193221
rexml (>= 3.2.5, < 4.0)
194-
rubocop-ast (>= 1.28.0, < 2.0)
222+
rubocop-ast (>= 1.30.0, < 2.0)
195223
ruby-progressbar (~> 1.7)
196224
unicode-display_width (>= 2.4.0, < 3.0)
197-
rubocop-ast (1.29.0)
225+
rubocop-ast (1.30.0)
198226
parser (>= 3.2.1.0)
199-
rubocop-capybara (2.18.0)
227+
rubocop-capybara (2.20.0)
228+
rubocop (~> 1.41)
229+
rubocop-factory_bot (2.25.1)
200230
rubocop (~> 1.41)
201-
rubocop-factory_bot (2.23.1)
202-
rubocop (~> 1.33)
203-
rubocop-performance (1.18.0)
204-
rubocop (>= 1.7.0, < 2.0)
205-
rubocop-ast (>= 0.4.0)
206-
rubocop-rails (2.20.2)
231+
rubocop-performance (1.20.2)
232+
rubocop (>= 1.48.1, < 2.0)
233+
rubocop-ast (>= 1.30.0, < 2.0)
234+
rubocop-rails (2.23.1)
207235
activesupport (>= 4.2.0)
208236
rack (>= 1.1)
209237
rubocop (>= 1.33.0, < 2.0)
210-
rubocop-rspec (2.22.0)
211-
rubocop (~> 1.33)
238+
rubocop-ast (>= 1.30.0, < 2.0)
239+
rubocop-rspec (2.26.1)
240+
rubocop (~> 1.40)
212241
rubocop-capybara (~> 2.17)
213242
rubocop-factory_bot (~> 2.22)
214243
ruby-progressbar (1.13.0)
244+
ruby2_keywords (0.0.5)
215245
simplecov (0.21.2)
216246
docile (~> 1.1)
217247
simplecov-html (~> 0.11)
218248
simplecov_json_formatter (~> 0.1)
219249
simplecov-html (0.12.3)
220250
simplecov_json_formatter (0.1.4)
221-
thor (1.2.2)
222-
timeout (0.4.0)
251+
stringio (3.1.0)
252+
thor (1.3.0)
253+
timeout (0.4.1)
223254
tzinfo (2.0.6)
224255
concurrent-ruby (~> 1.0)
225-
unicode-display_width (2.4.2)
256+
unicode-display_width (2.5.0)
226257
webrick (1.8.1)
227-
websocket-driver (0.7.5)
258+
websocket-driver (0.7.6)
228259
websocket-extensions (>= 0.1.0)
229260
websocket-extensions (0.1.5)
230-
zeitwerk (2.6.8)
261+
zeitwerk (2.6.13)
231262

232263
PLATFORMS
233-
ruby
264+
arm64-darwin-22
234265

235266
DEPENDENCIES
236267
bundler (~> 2.0)

0 commit comments

Comments
 (0)