Skip to content

Commit c587df5

Browse files
authored
Update rails to version 8.1.3
1 parent 434526a commit c587df5

2 files changed

Lines changed: 125 additions & 95 deletions

File tree

Gemfile

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

Gemfile.lock

Lines changed: 124 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -15,86 +15,86 @@ 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+
action_text-trix (2.1.18)
19+
railties
20+
actioncable (8.1.3)
21+
actionpack (= 8.1.3)
22+
activesupport (= 8.1.3)
2123
nio4r (~> 2.0)
2224
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)
25+
zeitwerk (~> 2.6)
26+
actionmailbox (8.1.3)
27+
actionpack (= 8.1.3)
28+
activejob (= 8.1.3)
29+
activerecord (= 8.1.3)
30+
activestorage (= 8.1.3)
31+
activesupport (= 8.1.3)
32+
mail (>= 2.8.0)
33+
actionmailer (8.1.3)
34+
actionpack (= 8.1.3)
35+
actionview (= 8.1.3)
36+
activejob (= 8.1.3)
37+
activesupport (= 8.1.3)
38+
mail (>= 2.8.0)
39+
rails-dom-testing (~> 2.2)
40+
actionpack (8.1.3)
41+
actionview (= 8.1.3)
42+
activesupport (= 8.1.3)
43+
nokogiri (>= 1.8.5)
44+
rack (>= 2.2.4)
45+
rack-session (>= 1.0.1)
4846
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)
47+
rails-dom-testing (~> 2.2)
48+
rails-html-sanitizer (~> 1.6)
49+
useragent (~> 0.16)
50+
actiontext (8.1.3)
51+
action_text-trix (~> 2.1.15)
52+
actionpack (= 8.1.3)
53+
activerecord (= 8.1.3)
54+
activestorage (= 8.1.3)
55+
activesupport (= 8.1.3)
5656
globalid (>= 0.6.0)
5757
nokogiri (>= 1.8.5)
58-
actionview (7.0.10)
59-
activesupport (= 7.0.10)
58+
actionview (8.1.3)
59+
activesupport (= 8.1.3)
6060
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)
61+
erubi (~> 1.11)
62+
rails-dom-testing (~> 2.2)
63+
rails-html-sanitizer (~> 1.6)
64+
activejob (8.1.3)
65+
activesupport (= 8.1.3)
6666
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)
67+
activemodel (8.1.3)
68+
activesupport (= 8.1.3)
69+
activerecord (8.1.3)
70+
activemodel (= 8.1.3)
71+
activesupport (= 8.1.3)
72+
timeout (>= 0.4.0)
73+
activestorage (8.1.3)
74+
actionpack (= 8.1.3)
75+
activejob (= 8.1.3)
76+
activerecord (= 8.1.3)
77+
activesupport (= 8.1.3)
7778
marcel (~> 1.0)
78-
mini_mime (>= 1.1.0)
79-
activesupport (7.0.10)
79+
activesupport (8.1.3)
8080
base64
81-
benchmark (>= 0.3)
8281
bigdecimal
83-
concurrent-ruby (~> 1.0, >= 1.0.2)
82+
concurrent-ruby (~> 1.0, >= 1.3.1)
83+
connection_pool (>= 2.2.5)
8484
drb
8585
i18n (>= 1.6, < 2)
86+
json
8687
logger (>= 1.4.2)
8788
minitest (>= 5.1)
88-
mutex_m
8989
securerandom (>= 0.3)
90-
tzinfo (~> 2.0)
90+
tzinfo (~> 2.0, >= 2.0.5)
91+
uri (>= 0.13.1)
9192
addressable (2.8.9)
9293
public_suffix (>= 2.0.2, < 8.0)
9394
ast (2.4.3)
9495
autoprefixer-rails (10.4.7.0)
9596
execjs (~> 2)
9697
base64 (0.3.0)
97-
benchmark (0.5.0)
9898
bigdecimal (4.1.0)
9999
bootsnap (1.23.0)
100100
msgpack (~> 1.2)
@@ -120,11 +120,13 @@ GEM
120120
logger (~> 1.5)
121121
coderay (1.1.3)
122122
concurrent-ruby (1.3.4)
123+
connection_pool (3.0.2)
123124
crass (1.0.6)
124125
csv (3.3.5)
125-
date (3.5.0)
126+
date (3.5.1)
126127
docile (1.4.0)
127128
drb (2.2.3)
129+
erb (6.0.2)
128130
erubi (1.13.1)
129131
exception_notification (4.6.0)
130132
actionmailer (>= 5.2, < 9)
@@ -148,6 +150,12 @@ GEM
148150
logger
149151
i18n (1.14.8)
150152
concurrent-ruby (~> 1.0)
153+
io-console (0.8.2)
154+
irb (1.17.0)
155+
pp (>= 0.6.0)
156+
prism (>= 1.3.0)
157+
rdoc (>= 4.0.0)
158+
reline (>= 0.4.2)
151159
jquery-rails (4.6.1)
152160
rails-dom-testing (>= 1, < 3)
153161
railties (>= 4.2.0)
@@ -174,7 +182,7 @@ GEM
174182
rb-fsevent (~> 0.10, >= 0.10.3)
175183
rb-inotify (~> 0.9, >= 0.9.10)
176184
logger (1.7.0)
177-
loofah (2.24.1)
185+
loofah (2.25.1)
178186
crass (~> 1.0.2)
179187
nokogiri (>= 1.12.0)
180188
mail (2.9.0)
@@ -190,9 +198,9 @@ GEM
190198
method_source (1.1.0)
191199
mini_mime (1.1.5)
192200
minitest (5.27.0)
193-
minitest-rails (7.0.1)
194-
minitest (~> 5.10)
195-
railties (~> 7.0.0)
201+
minitest-rails (8.1.0)
202+
minitest (~> 5.20)
203+
railties (>= 8.1.0, < 8.2.0)
196204
minitest-rails-capybara (0.0.2)
197205
capybara
198206
minitest-rails
@@ -203,7 +211,7 @@ GEM
203211
mutex_m (0.3.0)
204212
net-http (0.9.1)
205213
uri (>= 0.11.1)
206-
net-imap (0.5.12)
214+
net-imap (0.6.3)
207215
date
208216
net-protocol
209217
net-pop (0.1.2)
@@ -213,11 +221,11 @@ GEM
213221
net-smtp (0.5.1)
214222
net-protocol
215223
nio4r (2.7.5)
216-
nokogiri (1.19.1-arm64-darwin)
224+
nokogiri (1.19.2-arm64-darwin)
217225
racc (~> 1.4)
218-
nokogiri (1.19.1-x86_64-darwin)
226+
nokogiri (1.19.2-x86_64-darwin)
219227
racc (~> 1.4)
220-
nokogiri (1.19.1-x86_64-linux-gnu)
228+
nokogiri (1.19.2-x86_64-linux-gnu)
221229
racc (~> 1.4)
222230
oj (3.16.16)
223231
bigdecimal (>= 3.0)
@@ -227,33 +235,44 @@ GEM
227235
parser (3.3.10.2)
228236
ast (~> 2.4.1)
229237
racc
238+
pp (0.6.3)
239+
prettyprint
240+
prettyprint (0.2.0)
230241
prism (1.9.0)
231242
pry (0.14.2)
232243
coderay (~> 1.1)
233244
method_source (~> 1.0)
234245
pry-rails (0.3.11)
235246
pry (>= 0.13.0)
247+
psych (5.3.1)
248+
date
249+
stringio
236250
public_suffix (7.0.5)
237251
puma (7.2.0)
238252
nio4r (~> 2.0)
239253
racc (1.8.1)
240-
rack (2.2.22)
254+
rack (3.2.5)
255+
rack-session (2.1.1)
256+
base64 (>= 0.1.0)
257+
rack (>= 3.0.0)
241258
rack-test (2.2.0)
242259
rack (>= 1.3)
243-
rails (7.0.10)
244-
actioncable (= 7.0.10)
245-
actionmailbox (= 7.0.10)
246-
actionmailer (= 7.0.10)
247-
actionpack (= 7.0.10)
248-
actiontext (= 7.0.10)
249-
actionview (= 7.0.10)
250-
activejob (= 7.0.10)
251-
activemodel (= 7.0.10)
252-
activerecord (= 7.0.10)
253-
activestorage (= 7.0.10)
254-
activesupport (= 7.0.10)
260+
rackup (2.3.1)
261+
rack (>= 3)
262+
rails (8.1.3)
263+
actioncable (= 8.1.3)
264+
actionmailbox (= 8.1.3)
265+
actionmailer (= 8.1.3)
266+
actionpack (= 8.1.3)
267+
actiontext (= 8.1.3)
268+
actionview (= 8.1.3)
269+
activejob (= 8.1.3)
270+
activemodel (= 8.1.3)
271+
activerecord (= 8.1.3)
272+
activestorage (= 8.1.3)
273+
activesupport (= 8.1.3)
255274
bundler (>= 1.15.0)
256-
railties (= 7.0.10)
275+
railties (= 8.1.3)
257276
rails-controller-testing (1.0.5)
258277
actionpack (>= 5.0.1.rc1)
259278
actionview (>= 5.0.1.rc1)
@@ -262,22 +281,30 @@ GEM
262281
activesupport (>= 5.0.0)
263282
minitest
264283
nokogiri (>= 1.6)
265-
rails-html-sanitizer (1.6.2)
266-
loofah (~> 2.21)
284+
rails-html-sanitizer (1.7.0)
285+
loofah (~> 2.25)
267286
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)
268-
railties (7.0.10)
269-
actionpack (= 7.0.10)
270-
activesupport (= 7.0.10)
271-
method_source
287+
railties (8.1.3)
288+
actionpack (= 8.1.3)
289+
activesupport (= 8.1.3)
290+
irb (~> 1.13)
291+
rackup (>= 1.0.0)
272292
rake (>= 12.2)
273-
thor (~> 1.0)
274-
zeitwerk (~> 2.5)
293+
thor (~> 1.0, >= 1.2.2)
294+
tsort (>= 0.2)
295+
zeitwerk (~> 2.6)
275296
rainbow (3.1.1)
276297
rake (13.3.1)
277298
rb-fsevent (0.11.2)
278299
rb-inotify (0.11.1)
279300
ffi (~> 1.0)
301+
rdoc (7.2.0)
302+
erb
303+
psych (>= 4.0.0)
304+
tsort
280305
regexp_parser (2.11.3)
306+
reline (0.6.3)
307+
io-console (~> 0.5)
281308
rexml (3.4.4)
282309
roo (2.8.3)
283310
nokogiri (~> 1)
@@ -341,12 +368,14 @@ GEM
341368
actionpack (>= 6.1)
342369
activesupport (>= 6.1)
343370
sprockets (>= 3.0.0)
371+
stringio (3.2.0)
344372
syslog (0.4.0)
345373
logger
346-
thor (1.4.0)
374+
thor (1.5.0)
347375
tilt (2.1.0)
348376
timecop (0.9.10)
349-
timeout (0.4.4)
377+
timeout (0.6.1)
378+
tsort (0.2.0)
350379
tzinfo (2.0.6)
351380
concurrent-ruby (~> 1.0)
352381
uglifier (4.2.1)
@@ -355,6 +384,7 @@ GEM
355384
unicode-emoji (~> 4.1)
356385
unicode-emoji (4.2.0)
357386
uri (1.1.1)
387+
useragent (0.16.11)
358388
websocket (1.2.11)
359389
websocket-driver (0.8.0)
360390
base64
@@ -363,7 +393,7 @@ GEM
363393
xpath (3.2.0)
364394
nokogiri (~> 1.8)
365395
yard (0.9.38)
366-
zeitwerk (2.7.3)
396+
zeitwerk (2.7.5)
367397
zlib (3.2.2)
368398

369399
PLATFORMS
@@ -399,7 +429,7 @@ DEPENDENCIES
399429
pmb-client (= 0.1.0)!
400430
pry-rails
401431
puma
402-
rails (~> 7.0.8, >= 7.0.8.7)
432+
rails (~> 8.1.3, >= 7.0.8.7)
403433
rails-controller-testing
404434
roo (~> 2.8.0)
405435
rubocop

0 commit comments

Comments
 (0)