Skip to content

Commit f15499e

Browse files
authored
Update rails to version 8.0.2.1
1 parent 6e45ea4 commit f15499e

2 files changed

Lines changed: 118 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: 117 additions & 90 deletions
Original file line numberDiff line numberDiff line change
@@ -15,79 +15,77 @@ GIT
1515
GEM
1616
remote: https://rubygems.org/
1717
specs:
18-
actioncable (7.0.10)
19-
actionpack (= 7.0.10)
20-
activesupport (= 7.0.10)
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.10)
24-
actionpack (= 7.0.10)
25-
activejob (= 7.0.10)
26-
activerecord (= 7.0.10)
27-
activestorage (= 7.0.10)
28-
activesupport (= 7.0.10)
29-
mail (>= 2.7.1)
30-
net-imap
31-
net-pop
32-
net-smtp
33-
actionmailer (7.0.10)
34-
actionpack (= 7.0.10)
35-
actionview (= 7.0.10)
36-
activejob (= 7.0.10)
37-
activesupport (= 7.0.10)
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.10)
44-
actionview (= 7.0.10)
45-
activesupport (= 7.0.10)
46-
racc
47-
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)
4844
rack-test (>= 0.6.3)
49-
rails-dom-testing (~> 2.0)
50-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
51-
actiontext (7.0.10)
52-
actionpack (= 7.0.10)
53-
activerecord (= 7.0.10)
54-
activestorage (= 7.0.10)
55-
activesupport (= 7.0.10)
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)
5653
globalid (>= 0.6.0)
5754
nokogiri (>= 1.8.5)
58-
actionview (7.0.10)
59-
activesupport (= 7.0.10)
55+
actionview (8.0.2.1)
56+
activesupport (= 8.0.2.1)
6057
builder (~> 3.1)
61-
erubi (~> 1.4)
62-
rails-dom-testing (~> 2.0)
63-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
64-
activejob (7.0.10)
65-
activesupport (= 7.0.10)
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)
6663
globalid (>= 0.3.6)
67-
activemodel (7.0.10)
68-
activesupport (= 7.0.10)
69-
activerecord (7.0.10)
70-
activemodel (= 7.0.10)
71-
activesupport (= 7.0.10)
72-
activestorage (7.0.10)
73-
actionpack (= 7.0.10)
74-
activejob (= 7.0.10)
75-
activerecord (= 7.0.10)
76-
activesupport (= 7.0.10)
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)
7775
marcel (~> 1.0)
78-
mini_mime (>= 1.1.0)
79-
activesupport (7.0.10)
76+
activesupport (8.0.2.1)
8077
base64
8178
benchmark (>= 0.3)
8279
bigdecimal
83-
concurrent-ruby (~> 1.0, >= 1.0.2)
80+
concurrent-ruby (~> 1.0, >= 1.3.1)
81+
connection_pool (>= 2.2.5)
8482
drb
8583
i18n (>= 1.6, < 2)
8684
logger (>= 1.4.2)
8785
minitest (>= 5.1)
88-
mutex_m
8986
securerandom (>= 0.3)
90-
tzinfo (~> 2.0)
87+
tzinfo (~> 2.0, >= 2.0.5)
88+
uri (>= 0.13.1)
9189
addressable (2.8.7)
9290
public_suffix (>= 2.0.2, < 7.0)
9391
ast (2.4.3)
@@ -120,11 +118,13 @@ GEM
120118
logger (~> 1.5)
121119
coderay (1.1.3)
122120
concurrent-ruby (1.3.4)
121+
connection_pool (3.0.2)
123122
crass (1.0.6)
124123
csv (3.3.5)
125-
date (3.5.0)
124+
date (3.5.1)
126125
docile (1.4.0)
127126
drb (2.2.3)
127+
erb (6.0.1)
128128
erubi (1.13.1)
129129
exception_notification (4.6.0)
130130
actionmailer (>= 5.2, < 9)
@@ -164,6 +164,11 @@ GEM
164164
logger
165165
i18n (1.14.8)
166166
concurrent-ruby (~> 1.0)
167+
io-console (0.8.2)
168+
irb (1.16.0)
169+
pp (>= 0.6.0)
170+
rdoc (>= 4.0.0)
171+
reline (>= 0.4.2)
167172
jquery-rails (4.6.1)
168173
rails-dom-testing (>= 1, < 3)
169174
railties (>= 4.2.0)
@@ -187,7 +192,7 @@ GEM
187192
rb-fsevent (~> 0.10, >= 0.10.3)
188193
rb-inotify (~> 0.9, >= 0.9.10)
189194
logger (1.7.0)
190-
loofah (2.24.1)
195+
loofah (2.25.0)
191196
crass (~> 1.0.2)
192197
nokogiri (>= 1.12.0)
193198
mail (2.9.0)
@@ -201,9 +206,9 @@ GEM
201206
method_source (1.1.0)
202207
mini_mime (1.1.5)
203208
minitest (5.27.0)
204-
minitest-rails (7.0.1)
205-
minitest (~> 5.10)
206-
railties (~> 7.0.0)
209+
minitest-rails (8.0.0)
210+
minitest (~> 5.20)
211+
railties (>= 8.0.0, < 8.1.0)
207212
minitest-rails-capybara (0.0.2)
208213
capybara
209214
minitest-rails
@@ -213,7 +218,7 @@ GEM
213218
multi_json (1.15.0)
214219
multipart-post (2.3.0)
215220
mutex_m (0.3.0)
216-
net-imap (0.5.12)
221+
net-imap (0.6.2)
217222
date
218223
net-protocol
219224
net-pop (0.1.2)
@@ -223,11 +228,11 @@ GEM
223228
net-smtp (0.5.1)
224229
net-protocol
225230
nio4r (2.7.5)
226-
nokogiri (1.18.10-arm64-darwin)
231+
nokogiri (1.19.0-arm64-darwin)
227232
racc (~> 1.4)
228-
nokogiri (1.18.10-x86_64-darwin)
233+
nokogiri (1.19.0-x86_64-darwin)
229234
racc (~> 1.4)
230-
nokogiri (1.18.10-x86_64-linux-gnu)
235+
nokogiri (1.19.0-x86_64-linux-gnu)
231236
racc (~> 1.4)
232237
oj (3.16.13)
233238
bigdecimal (>= 3.0)
@@ -237,33 +242,44 @@ GEM
237242
parser (3.3.10.1)
238243
ast (~> 2.4.1)
239244
racc
245+
pp (0.6.3)
246+
prettyprint
247+
prettyprint (0.2.0)
240248
prism (1.9.0)
241249
pry (0.14.2)
242250
coderay (~> 1.1)
243251
method_source (~> 1.0)
244252
pry-rails (0.3.11)
245253
pry (>= 0.13.0)
254+
psych (5.3.1)
255+
date
256+
stringio
246257
public_suffix (6.0.1)
247258
puma (7.2.0)
248259
nio4r (~> 2.0)
249260
racc (1.8.1)
250-
rack (2.2.21)
261+
rack (3.2.4)
262+
rack-session (2.1.1)
263+
base64 (>= 0.1.0)
264+
rack (>= 3.0.0)
251265
rack-test (2.2.0)
252266
rack (>= 1.3)
253-
rails (7.0.10)
254-
actioncable (= 7.0.10)
255-
actionmailbox (= 7.0.10)
256-
actionmailer (= 7.0.10)
257-
actionpack (= 7.0.10)
258-
actiontext (= 7.0.10)
259-
actionview (= 7.0.10)
260-
activejob (= 7.0.10)
261-
activemodel (= 7.0.10)
262-
activerecord (= 7.0.10)
263-
activestorage (= 7.0.10)
264-
activesupport (= 7.0.10)
267+
rackup (2.3.1)
268+
rack (>= 3)
269+
rails (8.0.2.1)
270+
actioncable (= 8.0.2.1)
271+
actionmailbox (= 8.0.2.1)
272+
actionmailer (= 8.0.2.1)
273+
actionpack (= 8.0.2.1)
274+
actiontext (= 8.0.2.1)
275+
actionview (= 8.0.2.1)
276+
activejob (= 8.0.2.1)
277+
activemodel (= 8.0.2.1)
278+
activerecord (= 8.0.2.1)
279+
activestorage (= 8.0.2.1)
280+
activesupport (= 8.0.2.1)
265281
bundler (>= 1.15.0)
266-
railties (= 7.0.10)
282+
railties (= 8.0.2.1)
267283
rails-controller-testing (1.0.5)
268284
actionpack (>= 5.0.1.rc1)
269285
actionview (>= 5.0.1.rc1)
@@ -275,19 +291,26 @@ GEM
275291
rails-html-sanitizer (1.6.2)
276292
loofah (~> 2.21)
277293
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)
278-
railties (7.0.10)
279-
actionpack (= 7.0.10)
280-
activesupport (= 7.0.10)
281-
method_source
294+
railties (8.0.2.1)
295+
actionpack (= 8.0.2.1)
296+
activesupport (= 8.0.2.1)
297+
irb (~> 1.13)
298+
rackup (>= 1.0.0)
282299
rake (>= 12.2)
283-
thor (~> 1.0)
284-
zeitwerk (~> 2.5)
300+
thor (~> 1.0, >= 1.2.2)
301+
zeitwerk (~> 2.6)
285302
rainbow (3.1.1)
286303
rake (13.3.1)
287304
rb-fsevent (0.11.2)
288305
rb-inotify (0.11.1)
289306
ffi (~> 1.0)
307+
rdoc (7.1.0)
308+
erb
309+
psych (>= 4.0.0)
310+
tsort
290311
regexp_parser (2.11.3)
312+
reline (0.6.3)
313+
io-console (~> 0.5)
291314
rexml (3.4.4)
292315
roo (2.8.3)
293316
nokogiri (~> 1)
@@ -350,19 +373,23 @@ GEM
350373
actionpack (>= 6.1)
351374
activesupport (>= 6.1)
352375
sprockets (>= 3.0.0)
376+
stringio (3.2.0)
353377
syslog (0.4.0)
354378
logger
355-
thor (1.4.0)
379+
thor (1.5.0)
356380
tilt (2.1.0)
357381
timecop (0.9.10)
358-
timeout (0.4.4)
382+
timeout (0.6.0)
383+
tsort (0.2.0)
359384
tzinfo (2.0.6)
360385
concurrent-ruby (~> 1.0)
361386
uglifier (4.2.1)
362387
execjs (>= 0.3.0, < 3)
363388
unicode-display_width (3.2.0)
364389
unicode-emoji (~> 4.1)
365390
unicode-emoji (4.2.0)
391+
uri (1.1.1)
392+
useragent (0.16.11)
366393
websocket (1.2.11)
367394
websocket-driver (0.8.0)
368395
base64
@@ -371,7 +398,7 @@ GEM
371398
xpath (3.2.0)
372399
nokogiri (~> 1.8)
373400
yard (0.9.38)
374-
zeitwerk (2.7.3)
401+
zeitwerk (2.7.4)
375402

376403
PLATFORMS
377404
arm64-darwin-22
@@ -404,7 +431,7 @@ DEPENDENCIES
404431
pmb-client (= 0.1.0)!
405432
pry-rails
406433
puma
407-
rails (~> 7.0.8, >= 7.0.8.7)
434+
rails (~> 8.0.2, >= 7.0.8.7)
408435
rails-controller-testing
409436
roo (~> 2.8.0)
410437
rubocop

0 commit comments

Comments
 (0)