Skip to content

Commit b040ea1

Browse files
authored
Update rails to version 8.0.2.1
1 parent 1d6c4ed commit b040ea1

2 files changed

Lines changed: 128 additions & 91 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ gem 'mutex_m'
1717
gem 'oj', '~> 3.13'
1818
gem 'pmb-client', '0.1.0', github: 'sanger/pmb-client'
1919
gem 'puma'
20-
gem 'rails', '~> 7.0.8', '>= 7.0.8.7'
20+
gem 'rails', '~> 8.0.2', '>= 7.0.8.7'
2121
gem 'roo', '~> 2.8.0'
2222
gem 'sanger_barcode_format', github: 'sanger/sanger_barcode_format', branch: 'development'
2323
gem 'sassc-rails'

Gemfile.lock

Lines changed: 127 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -15,77 +15,84 @@ GIT
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
actioncable (7.0.8.7)
19-
actionpack (= 7.0.8.7)
20-
activesupport (= 7.0.8.7)
18+
actioncable (8.0.2.1)
19+
actionpack (= 8.0.2.1)
20+
activesupport (= 8.0.2.1)
2121
nio4r (~> 2.0)
2222
websocket-driver (>= 0.6.1)
23-
actionmailbox (7.0.8.7)
24-
actionpack (= 7.0.8.7)
25-
activejob (= 7.0.8.7)
26-
activerecord (= 7.0.8.7)
27-
activestorage (= 7.0.8.7)
28-
activesupport (= 7.0.8.7)
29-
mail (>= 2.7.1)
30-
net-imap
31-
net-pop
32-
net-smtp
33-
actionmailer (7.0.8.7)
34-
actionpack (= 7.0.8.7)
35-
actionview (= 7.0.8.7)
36-
activejob (= 7.0.8.7)
37-
activesupport (= 7.0.8.7)
38-
mail (~> 2.5, >= 2.5.4)
39-
net-imap
40-
net-pop
41-
net-smtp
42-
rails-dom-testing (~> 2.0)
43-
actionpack (7.0.8.7)
44-
actionview (= 7.0.8.7)
45-
activesupport (= 7.0.8.7)
46-
rack (~> 2.0, >= 2.2.4)
23+
zeitwerk (~> 2.6)
24+
actionmailbox (8.0.2.1)
25+
actionpack (= 8.0.2.1)
26+
activejob (= 8.0.2.1)
27+
activerecord (= 8.0.2.1)
28+
activestorage (= 8.0.2.1)
29+
activesupport (= 8.0.2.1)
30+
mail (>= 2.8.0)
31+
actionmailer (8.0.2.1)
32+
actionpack (= 8.0.2.1)
33+
actionview (= 8.0.2.1)
34+
activejob (= 8.0.2.1)
35+
activesupport (= 8.0.2.1)
36+
mail (>= 2.8.0)
37+
rails-dom-testing (~> 2.2)
38+
actionpack (8.0.2.1)
39+
actionview (= 8.0.2.1)
40+
activesupport (= 8.0.2.1)
41+
nokogiri (>= 1.8.5)
42+
rack (>= 2.2.4)
43+
rack-session (>= 1.0.1)
4744
rack-test (>= 0.6.3)
48-
rails-dom-testing (~> 2.0)
49-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
50-
actiontext (7.0.8.7)
51-
actionpack (= 7.0.8.7)
52-
activerecord (= 7.0.8.7)
53-
activestorage (= 7.0.8.7)
54-
activesupport (= 7.0.8.7)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
useragent (~> 0.16)
48+
actiontext (8.0.2.1)
49+
actionpack (= 8.0.2.1)
50+
activerecord (= 8.0.2.1)
51+
activestorage (= 8.0.2.1)
52+
activesupport (= 8.0.2.1)
5553
globalid (>= 0.6.0)
5654
nokogiri (>= 1.8.5)
57-
actionview (7.0.8.7)
58-
activesupport (= 7.0.8.7)
55+
actionview (8.0.2.1)
56+
activesupport (= 8.0.2.1)
5957
builder (~> 3.1)
60-
erubi (~> 1.4)
61-
rails-dom-testing (~> 2.0)
62-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
63-
activejob (7.0.8.7)
64-
activesupport (= 7.0.8.7)
58+
erubi (~> 1.11)
59+
rails-dom-testing (~> 2.2)
60+
rails-html-sanitizer (~> 1.6)
61+
activejob (8.0.2.1)
62+
activesupport (= 8.0.2.1)
6563
globalid (>= 0.3.6)
66-
activemodel (7.0.8.7)
67-
activesupport (= 7.0.8.7)
68-
activerecord (7.0.8.7)
69-
activemodel (= 7.0.8.7)
70-
activesupport (= 7.0.8.7)
71-
activestorage (7.0.8.7)
72-
actionpack (= 7.0.8.7)
73-
activejob (= 7.0.8.7)
74-
activerecord (= 7.0.8.7)
75-
activesupport (= 7.0.8.7)
64+
activemodel (8.0.2.1)
65+
activesupport (= 8.0.2.1)
66+
activerecord (8.0.2.1)
67+
activemodel (= 8.0.2.1)
68+
activesupport (= 8.0.2.1)
69+
timeout (>= 0.4.0)
70+
activestorage (8.0.2.1)
71+
actionpack (= 8.0.2.1)
72+
activejob (= 8.0.2.1)
73+
activerecord (= 8.0.2.1)
74+
activesupport (= 8.0.2.1)
7675
marcel (~> 1.0)
77-
mini_mime (>= 1.1.0)
78-
activesupport (7.0.8.7)
79-
concurrent-ruby (~> 1.0, >= 1.0.2)
76+
activesupport (8.0.2.1)
77+
base64
78+
benchmark (>= 0.3)
79+
bigdecimal
80+
concurrent-ruby (~> 1.0, >= 1.3.1)
81+
connection_pool (>= 2.2.5)
82+
drb
8083
i18n (>= 1.6, < 2)
84+
logger (>= 1.4.2)
8185
minitest (>= 5.1)
82-
tzinfo (~> 2.0)
86+
securerandom (>= 0.3)
87+
tzinfo (~> 2.0, >= 2.0.5)
88+
uri (>= 0.13.1)
8389
addressable (2.8.7)
8490
public_suffix (>= 2.0.2, < 7.0)
8591
ast (2.4.3)
8692
autoprefixer-rails (10.4.7.0)
8793
execjs (~> 2)
8894
base64 (0.3.0)
95+
benchmark (0.4.1)
8996
bigdecimal (3.2.2)
9097
bootsnap (1.18.6)
9198
msgpack (~> 1.2)
@@ -111,11 +118,13 @@ GEM
111118
logger (~> 1.5)
112119
coderay (1.1.3)
113120
concurrent-ruby (1.3.4)
121+
connection_pool (2.5.4)
114122
crass (1.0.6)
115123
csv (3.3.5)
116124
date (3.4.1)
117125
docile (1.4.0)
118126
drb (2.2.3)
127+
erb (5.1.1)
119128
erubi (1.13.1)
120129
exception_notification (4.6.0)
121130
actionmailer (>= 5.2, < 9)
@@ -147,11 +156,16 @@ GEM
147156
faraday_middleware (1.2.0)
148157
faraday (~> 1.0)
149158
ffi (1.16.3)
150-
globalid (1.2.1)
159+
globalid (1.3.0)
151160
activesupport (>= 6.1)
152161
hashie (5.0.0)
153162
i18n (1.14.7)
154163
concurrent-ruby (~> 1.0)
164+
io-console (0.8.1)
165+
irb (1.15.2)
166+
pp (>= 0.6.0)
167+
rdoc (>= 4.0.0)
168+
reline (>= 0.4.2)
155169
jquery-rails (4.6.0)
156170
rails-dom-testing (>= 1, < 3)
157171
railties (>= 4.2.0)
@@ -174,22 +188,22 @@ GEM
174188
rb-fsevent (~> 0.10, >= 0.10.3)
175189
rb-inotify (~> 0.9, >= 0.9.10)
176190
logger (1.7.0)
177-
loofah (2.24.0)
191+
loofah (2.24.1)
178192
crass (~> 1.0.2)
179193
nokogiri (>= 1.12.0)
180194
mail (2.8.1)
181195
mini_mime (>= 0.1.1)
182196
net-imap
183197
net-pop
184198
net-smtp
185-
marcel (1.0.4)
199+
marcel (1.1.0)
186200
matrix (0.4.2)
187201
method_source (1.1.0)
188202
mini_mime (1.1.5)
189203
minitest (5.26.0)
190-
minitest-rails (7.0.1)
191-
minitest (~> 5.10)
192-
railties (~> 7.0.0)
204+
minitest-rails (8.0.0)
205+
minitest (~> 5.20)
206+
railties (>= 8.0.0, < 8.1.0)
193207
minitest-rails-capybara (0.0.2)
194208
capybara
195209
minitest-rails
@@ -199,7 +213,7 @@ GEM
199213
multi_json (1.15.0)
200214
multipart-post (2.3.0)
201215
mutex_m (0.3.0)
202-
net-imap (0.5.7)
216+
net-imap (0.5.12)
203217
date
204218
net-protocol
205219
net-pop (0.1.2)
@@ -209,11 +223,11 @@ GEM
209223
net-smtp (0.5.1)
210224
net-protocol
211225
nio4r (2.7.4)
212-
nokogiri (1.18.9-arm64-darwin)
226+
nokogiri (1.18.10-arm64-darwin)
213227
racc (~> 1.4)
214-
nokogiri (1.18.9-x86_64-darwin)
228+
nokogiri (1.18.10-x86_64-darwin)
215229
racc (~> 1.4)
216-
nokogiri (1.18.9-x86_64-linux-gnu)
230+
nokogiri (1.18.10-x86_64-linux-gnu)
217231
racc (~> 1.4)
218232
oj (3.16.11)
219233
bigdecimal (>= 3.0)
@@ -223,57 +237,75 @@ GEM
223237
parser (3.3.9.0)
224238
ast (~> 2.4.1)
225239
racc
240+
pp (0.6.3)
241+
prettyprint
242+
prettyprint (0.2.0)
226243
prism (1.4.0)
227244
pry (0.14.2)
228245
coderay (~> 1.1)
229246
method_source (~> 1.0)
230247
pry-rails (0.3.11)
231248
pry (>= 0.13.0)
249+
psych (5.2.6)
250+
date
251+
stringio
232252
public_suffix (6.0.1)
233253
puma (6.6.1)
234254
nio4r (~> 2.0)
235255
racc (1.8.1)
236-
rack (2.2.20)
256+
rack (3.2.3)
257+
rack-session (2.1.1)
258+
base64 (>= 0.1.0)
259+
rack (>= 3.0.0)
237260
rack-test (2.2.0)
238261
rack (>= 1.3)
239-
rails (7.0.8.7)
240-
actioncable (= 7.0.8.7)
241-
actionmailbox (= 7.0.8.7)
242-
actionmailer (= 7.0.8.7)
243-
actionpack (= 7.0.8.7)
244-
actiontext (= 7.0.8.7)
245-
actionview (= 7.0.8.7)
246-
activejob (= 7.0.8.7)
247-
activemodel (= 7.0.8.7)
248-
activerecord (= 7.0.8.7)
249-
activestorage (= 7.0.8.7)
250-
activesupport (= 7.0.8.7)
262+
rackup (2.2.1)
263+
rack (>= 3)
264+
rails (8.0.2.1)
265+
actioncable (= 8.0.2.1)
266+
actionmailbox (= 8.0.2.1)
267+
actionmailer (= 8.0.2.1)
268+
actionpack (= 8.0.2.1)
269+
actiontext (= 8.0.2.1)
270+
actionview (= 8.0.2.1)
271+
activejob (= 8.0.2.1)
272+
activemodel (= 8.0.2.1)
273+
activerecord (= 8.0.2.1)
274+
activestorage (= 8.0.2.1)
275+
activesupport (= 8.0.2.1)
251276
bundler (>= 1.15.0)
252-
railties (= 7.0.8.7)
277+
railties (= 8.0.2.1)
253278
rails-controller-testing (1.0.5)
254279
actionpack (>= 5.0.1.rc1)
255280
actionview (>= 5.0.1.rc1)
256281
activesupport (>= 5.0.1.rc1)
257-
rails-dom-testing (2.2.0)
282+
rails-dom-testing (2.3.0)
258283
activesupport (>= 5.0.0)
259284
minitest
260285
nokogiri (>= 1.6)
261286
rails-html-sanitizer (1.6.2)
262287
loofah (~> 2.21)
263288
nokogiri (>= 1.15.7, != 1.16.7, != 1.16.6, != 1.16.5, != 1.16.4, != 1.16.3, != 1.16.2, != 1.16.1, != 1.16.0.rc1, != 1.16.0)
264-
railties (7.0.8.7)
265-
actionpack (= 7.0.8.7)
266-
activesupport (= 7.0.8.7)
267-
method_source
289+
railties (8.0.2.1)
290+
actionpack (= 8.0.2.1)
291+
activesupport (= 8.0.2.1)
292+
irb (~> 1.13)
293+
rackup (>= 1.0.0)
268294
rake (>= 12.2)
269-
thor (~> 1.0)
270-
zeitwerk (~> 2.5)
295+
thor (~> 1.0, >= 1.2.2)
296+
zeitwerk (~> 2.6)
271297
rainbow (3.1.1)
272-
rake (13.2.1)
298+
rake (13.3.0)
273299
rb-fsevent (0.11.2)
274300
rb-inotify (0.10.1)
275301
ffi (~> 1.0)
302+
rdoc (6.15.0)
303+
erb
304+
psych (>= 4.0.0)
305+
tsort
276306
regexp_parser (2.11.3)
307+
reline (0.6.2)
308+
io-console (~> 0.5)
277309
rexml (3.4.4)
278310
roo (2.8.3)
279311
nokogiri (~> 1)
@@ -309,6 +341,7 @@ GEM
309341
sprockets (> 3.0)
310342
sprockets-rails
311343
tilt
344+
securerandom (0.4.1)
312345
selenium-webdriver (4.36.0)
313346
base64 (~> 0.2)
314347
json (<= 2.13.2)
@@ -337,27 +370,31 @@ GEM
337370
actionpack (>= 6.1)
338371
activesupport (>= 6.1)
339372
sprockets (>= 3.0.0)
373+
stringio (3.1.7)
340374
syslog (0.2.0)
341375
thor (1.4.0)
342376
tilt (2.1.0)
343377
timecop (0.9.10)
344378
timeout (0.4.3)
379+
tsort (0.2.0)
345380
tzinfo (2.0.6)
346381
concurrent-ruby (~> 1.0)
347382
uglifier (4.2.1)
348383
execjs (>= 0.3.0, < 3)
349384
unicode-display_width (3.2.0)
350385
unicode-emoji (~> 4.1)
351386
unicode-emoji (4.1.0)
387+
uri (1.0.4)
388+
useragent (0.16.11)
352389
websocket (1.2.11)
353-
websocket-driver (0.7.7)
390+
websocket-driver (0.8.0)
354391
base64
355392
websocket-extensions (>= 0.1.0)
356393
websocket-extensions (0.1.5)
357394
xpath (3.2.0)
358395
nokogiri (~> 1.8)
359396
yard (0.9.37)
360-
zeitwerk (2.7.1)
397+
zeitwerk (2.7.3)
361398

362399
PLATFORMS
363400
arm64-darwin-22
@@ -390,7 +427,7 @@ DEPENDENCIES
390427
pmb-client (= 0.1.0)!
391428
pry-rails
392429
puma
393-
rails (~> 7.0.8, >= 7.0.8.7)
430+
rails (~> 8.0.2, >= 7.0.8.7)
394431
rails-controller-testing
395432
roo (~> 2.8.0)
396433
rubocop

0 commit comments

Comments
 (0)