Skip to content

Commit ad00e44

Browse files
committed
1 parent 523815b commit ad00e44

2 files changed

Lines changed: 69 additions & 71 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ git_source(:github) { |repo| "https://github.com/#{repo}.git" }
66
ruby '3.4.8'
77

88
# Bundle edge Rails instead: gem "rails", github: "rails/rails", branch: "main"
9-
gem 'rails', '~> 7.2.3', '>= 7.2.3.1'
9+
gem 'rails', '~> 8.0.0'
1010
gem 'connection_pool', '< 3.0'
1111

1212
# Use postgresql as the database for Active Record

Gemfile.lock

Lines changed: 68 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -1,68 +1,65 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.2.3.1)
5-
actionpack (= 7.2.3.1)
6-
activesupport (= 7.2.3.1)
4+
actioncable (8.0.5)
5+
actionpack (= 8.0.5)
6+
activesupport (= 8.0.5)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
99
zeitwerk (~> 2.6)
10-
actionmailbox (7.2.3.1)
11-
actionpack (= 7.2.3.1)
12-
activejob (= 7.2.3.1)
13-
activerecord (= 7.2.3.1)
14-
activestorage (= 7.2.3.1)
15-
activesupport (= 7.2.3.1)
10+
actionmailbox (8.0.5)
11+
actionpack (= 8.0.5)
12+
activejob (= 8.0.5)
13+
activerecord (= 8.0.5)
14+
activestorage (= 8.0.5)
15+
activesupport (= 8.0.5)
1616
mail (>= 2.8.0)
17-
actionmailer (7.2.3.1)
18-
actionpack (= 7.2.3.1)
19-
actionview (= 7.2.3.1)
20-
activejob (= 7.2.3.1)
21-
activesupport (= 7.2.3.1)
17+
actionmailer (8.0.5)
18+
actionpack (= 8.0.5)
19+
actionview (= 8.0.5)
20+
activejob (= 8.0.5)
21+
activesupport (= 8.0.5)
2222
mail (>= 2.8.0)
2323
rails-dom-testing (~> 2.2)
24-
actionpack (7.2.3.1)
25-
actionview (= 7.2.3.1)
26-
activesupport (= 7.2.3.1)
27-
cgi
24+
actionpack (8.0.5)
25+
actionview (= 8.0.5)
26+
activesupport (= 8.0.5)
2827
nokogiri (>= 1.8.5)
29-
racc
30-
rack (>= 2.2.4, < 3.3)
28+
rack (>= 2.2.4)
3129
rack-session (>= 1.0.1)
3230
rack-test (>= 0.6.3)
3331
rails-dom-testing (~> 2.2)
3432
rails-html-sanitizer (~> 1.6)
3533
useragent (~> 0.16)
36-
actiontext (7.2.3.1)
37-
actionpack (= 7.2.3.1)
38-
activerecord (= 7.2.3.1)
39-
activestorage (= 7.2.3.1)
40-
activesupport (= 7.2.3.1)
34+
actiontext (8.0.5)
35+
actionpack (= 8.0.5)
36+
activerecord (= 8.0.5)
37+
activestorage (= 8.0.5)
38+
activesupport (= 8.0.5)
4139
globalid (>= 0.6.0)
4240
nokogiri (>= 1.8.5)
43-
actionview (7.2.3.1)
44-
activesupport (= 7.2.3.1)
41+
actionview (8.0.5)
42+
activesupport (= 8.0.5)
4543
builder (~> 3.1)
46-
cgi
4744
erubi (~> 1.11)
4845
rails-dom-testing (~> 2.2)
4946
rails-html-sanitizer (~> 1.6)
50-
activejob (7.2.3.1)
51-
activesupport (= 7.2.3.1)
47+
activejob (8.0.5)
48+
activesupport (= 8.0.5)
5249
globalid (>= 0.3.6)
53-
activemodel (7.2.3.1)
54-
activesupport (= 7.2.3.1)
55-
activerecord (7.2.3.1)
56-
activemodel (= 7.2.3.1)
57-
activesupport (= 7.2.3.1)
50+
activemodel (8.0.5)
51+
activesupport (= 8.0.5)
52+
activerecord (8.0.5)
53+
activemodel (= 8.0.5)
54+
activesupport (= 8.0.5)
5855
timeout (>= 0.4.0)
59-
activestorage (7.2.3.1)
60-
actionpack (= 7.2.3.1)
61-
activejob (= 7.2.3.1)
62-
activerecord (= 7.2.3.1)
63-
activesupport (= 7.2.3.1)
56+
activestorage (8.0.5)
57+
actionpack (= 8.0.5)
58+
activejob (= 8.0.5)
59+
activerecord (= 8.0.5)
60+
activesupport (= 8.0.5)
6461
marcel (~> 1.0)
65-
activesupport (7.2.3.1)
62+
activesupport (8.0.5)
6663
base64
6764
benchmark (>= 0.3)
6865
bigdecimal
@@ -71,14 +68,15 @@ GEM
7168
drb
7269
i18n (>= 1.6, < 2)
7370
logger (>= 1.4.2)
74-
minitest (>= 5.1, < 6)
71+
minitest (>= 5.1)
7572
securerandom (>= 0.3)
7673
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
7775
addressable (2.9.0)
7876
public_suffix (>= 2.0.2, < 8.0)
79-
annotate (3.2.0)
80-
activerecord (>= 3.2, < 8.0)
81-
rake (>= 10.4, < 14.0)
77+
annotate (2.6.5)
78+
activerecord (>= 2.3.0)
79+
rake (>= 0.8.7)
8280
ast (2.4.3)
8381
aws-eventstream (1.4.0)
8482
aws-partitions (1.1229.0)
@@ -116,7 +114,6 @@ GEM
116114
bundler-audit (0.9.3)
117115
bundler (>= 1.2.0)
118116
thor (~> 1.0)
119-
cgi (0.5.1)
120117
concurrent-ruby (1.3.6)
121118
connection_pool (2.5.5)
122119
crack (1.0.0)
@@ -188,7 +185,7 @@ GEM
188185
i18n (1.14.8)
189186
concurrent-ruby (~> 1.0)
190187
io-console (0.8.2)
191-
irb (1.17.0)
188+
irb (1.18.0)
192189
pp (>= 0.6.0)
193190
prism (>= 1.3.0)
194191
rdoc (>= 4.0.0)
@@ -244,15 +241,17 @@ GEM
244241
meilisearch (0.33.0)
245242
httparty (~> 0.24)
246243
mini_mime (1.1.5)
247-
minitest (5.27.0)
244+
minitest (6.0.6)
245+
drb (~> 2.0)
246+
prism (~> 1.5)
248247
msgpack (1.8.0)
249248
multi_json (1.20.1)
250249
multi_xml (0.8.1)
251250
bigdecimal (>= 3.1, < 5)
252251
multipart-post (2.4.1)
253252
net-http (0.9.1)
254253
uri (>= 0.11.1)
255-
net-imap (0.6.3)
254+
net-imap (0.6.4)
256255
date
257256
net-protocol
258257
net-pop (0.1.2)
@@ -267,7 +266,7 @@ GEM
267266
net-protocol
268267
net-ssh (7.3.0)
269268
nio4r (2.7.5)
270-
nokogiri (1.19.2-x86_64-linux-gnu)
269+
nokogiri (1.19.3-x86_64-linux-gnu)
271270
racc (~> 1.4)
272271
numo-narray (0.9.2.1)
273272
ostruct (0.6.3)
@@ -308,39 +307,38 @@ GEM
308307
rack (>= 1.3)
309308
rackup (2.3.1)
310309
rack (>= 3)
311-
rails (7.2.3.1)
312-
actioncable (= 7.2.3.1)
313-
actionmailbox (= 7.2.3.1)
314-
actionmailer (= 7.2.3.1)
315-
actionpack (= 7.2.3.1)
316-
actiontext (= 7.2.3.1)
317-
actionview (= 7.2.3.1)
318-
activejob (= 7.2.3.1)
319-
activemodel (= 7.2.3.1)
320-
activerecord (= 7.2.3.1)
321-
activestorage (= 7.2.3.1)
322-
activesupport (= 7.2.3.1)
310+
rails (8.0.5)
311+
actioncable (= 8.0.5)
312+
actionmailbox (= 8.0.5)
313+
actionmailer (= 8.0.5)
314+
actionpack (= 8.0.5)
315+
actiontext (= 8.0.5)
316+
actionview (= 8.0.5)
317+
activejob (= 8.0.5)
318+
activemodel (= 8.0.5)
319+
activerecord (= 8.0.5)
320+
activestorage (= 8.0.5)
321+
activesupport (= 8.0.5)
323322
bundler (>= 1.15.0)
324-
railties (= 7.2.3.1)
323+
railties (= 8.0.5)
325324
rails-dom-testing (2.3.0)
326325
activesupport (>= 5.0.0)
327326
minitest
328327
nokogiri (>= 1.6)
329328
rails-html-sanitizer (1.7.0)
330329
loofah (~> 2.25)
331330
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)
332-
railties (7.2.3.1)
333-
actionpack (= 7.2.3.1)
334-
activesupport (= 7.2.3.1)
335-
cgi
331+
railties (8.0.5)
332+
actionpack (= 8.0.5)
333+
activesupport (= 8.0.5)
336334
irb (~> 1.13)
337335
rackup (>= 1.0.0)
338336
rake (>= 12.2)
339337
thor (~> 1.0, >= 1.2.2)
340338
tsort (>= 0.2)
341339
zeitwerk (~> 2.6)
342340
rainbow (3.1.1)
343-
rake (13.3.1)
341+
rake (13.4.2)
344342
rdoc (7.2.0)
345343
erb
346344
psych (>= 4.0.0)
@@ -501,7 +499,7 @@ DEPENDENCIES
501499
rack (~> 3.1.20)
502500
rack-attack
503501
rack-cors
504-
rails (~> 7.2.3, >= 7.2.3.1)
502+
rails (~> 8.0.0)
505503
redis (~> 5.0)
506504
rspec-rails
507505
rswag
@@ -525,4 +523,4 @@ RUBY VERSION
525523
ruby 3.4.8p72
526524

527525
BUNDLED WITH
528-
2.3.27
526+
2.6.9

0 commit comments

Comments
 (0)