Skip to content

Commit fdc5087

Browse files
Update dependency rails to v8
1 parent 36c7e93 commit fdc5087

2 files changed

Lines changed: 104 additions & 101 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ gem 'mime-types'
1818
gem 'pg'
1919
gem 'puma'
2020
gem 'rack-cors'
21-
gem 'rails', '~> 7.1.3'
21+
gem 'rails', '~> 8.1.0'
2222
gem 'sorcery'
2323
gem 'stripe'
2424
gem 'twilio-ruby'

Gemfile.lock

Lines changed: 103 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,83 +1,80 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (7.1.5.1)
5-
actionpack (= 7.1.5.1)
6-
activesupport (= 7.1.5.1)
4+
action_text-trix (2.1.15)
5+
railties
6+
actioncable (8.1.1)
7+
actionpack (= 8.1.1)
8+
activesupport (= 8.1.1)
79
nio4r (~> 2.0)
810
websocket-driver (>= 0.6.1)
911
zeitwerk (~> 2.6)
10-
actionmailbox (7.1.5.1)
11-
actionpack (= 7.1.5.1)
12-
activejob (= 7.1.5.1)
13-
activerecord (= 7.1.5.1)
14-
activestorage (= 7.1.5.1)
15-
activesupport (= 7.1.5.1)
16-
mail (>= 2.7.1)
17-
net-imap
18-
net-pop
19-
net-smtp
20-
actionmailer (7.1.5.1)
21-
actionpack (= 7.1.5.1)
22-
actionview (= 7.1.5.1)
23-
activejob (= 7.1.5.1)
24-
activesupport (= 7.1.5.1)
25-
mail (~> 2.5, >= 2.5.4)
26-
net-imap
27-
net-pop
28-
net-smtp
12+
actionmailbox (8.1.1)
13+
actionpack (= 8.1.1)
14+
activejob (= 8.1.1)
15+
activerecord (= 8.1.1)
16+
activestorage (= 8.1.1)
17+
activesupport (= 8.1.1)
18+
mail (>= 2.8.0)
19+
actionmailer (8.1.1)
20+
actionpack (= 8.1.1)
21+
actionview (= 8.1.1)
22+
activejob (= 8.1.1)
23+
activesupport (= 8.1.1)
24+
mail (>= 2.8.0)
2925
rails-dom-testing (~> 2.2)
30-
actionpack (7.1.5.1)
31-
actionview (= 7.1.5.1)
32-
activesupport (= 7.1.5.1)
26+
actionpack (8.1.1)
27+
actionview (= 8.1.1)
28+
activesupport (= 8.1.1)
3329
nokogiri (>= 1.8.5)
34-
racc
3530
rack (>= 2.2.4)
3631
rack-session (>= 1.0.1)
3732
rack-test (>= 0.6.3)
3833
rails-dom-testing (~> 2.2)
3934
rails-html-sanitizer (~> 1.6)
40-
actiontext (7.1.5.1)
41-
actionpack (= 7.1.5.1)
42-
activerecord (= 7.1.5.1)
43-
activestorage (= 7.1.5.1)
44-
activesupport (= 7.1.5.1)
35+
useragent (~> 0.16)
36+
actiontext (8.1.1)
37+
action_text-trix (~> 2.1.15)
38+
actionpack (= 8.1.1)
39+
activerecord (= 8.1.1)
40+
activestorage (= 8.1.1)
41+
activesupport (= 8.1.1)
4542
globalid (>= 0.6.0)
4643
nokogiri (>= 1.8.5)
47-
actionview (7.1.5.1)
48-
activesupport (= 7.1.5.1)
44+
actionview (8.1.1)
45+
activesupport (= 8.1.1)
4946
builder (~> 3.1)
5047
erubi (~> 1.11)
5148
rails-dom-testing (~> 2.2)
5249
rails-html-sanitizer (~> 1.6)
53-
activejob (7.1.5.1)
54-
activesupport (= 7.1.5.1)
50+
activejob (8.1.1)
51+
activesupport (= 8.1.1)
5552
globalid (>= 0.3.6)
56-
activemodel (7.1.5.1)
57-
activesupport (= 7.1.5.1)
58-
activerecord (7.1.5.1)
59-
activemodel (= 7.1.5.1)
60-
activesupport (= 7.1.5.1)
53+
activemodel (8.1.1)
54+
activesupport (= 8.1.1)
55+
activerecord (8.1.1)
56+
activemodel (= 8.1.1)
57+
activesupport (= 8.1.1)
6158
timeout (>= 0.4.0)
62-
activestorage (7.1.5.1)
63-
actionpack (= 7.1.5.1)
64-
activejob (= 7.1.5.1)
65-
activerecord (= 7.1.5.1)
66-
activesupport (= 7.1.5.1)
59+
activestorage (8.1.1)
60+
actionpack (= 8.1.1)
61+
activejob (= 8.1.1)
62+
activerecord (= 8.1.1)
63+
activesupport (= 8.1.1)
6764
marcel (~> 1.0)
68-
activesupport (7.1.5.1)
65+
activesupport (8.1.1)
6966
base64
70-
benchmark (>= 0.3)
7167
bigdecimal
72-
concurrent-ruby (~> 1.0, >= 1.0.2)
68+
concurrent-ruby (~> 1.0, >= 1.3.1)
7369
connection_pool (>= 2.2.5)
7470
drb
7571
i18n (>= 1.6, < 2)
72+
json
7673
logger (>= 1.4.2)
7774
minitest (>= 5.1)
78-
mutex_m
7975
securerandom (>= 0.3)
80-
tzinfo (~> 2.0)
76+
tzinfo (~> 2.0, >= 2.0.5)
77+
uri (>= 0.13.1)
8178
acts_as_list (1.2.4)
8279
activerecord (>= 6.1)
8380
activesupport (>= 6.1)
@@ -87,9 +84,9 @@ GEM
8784
airbrake-ruby (~> 6.0)
8885
airbrake-ruby (6.2.2)
8986
rbtree3 (~> 0.6)
90-
annotate (3.2.0)
91-
activerecord (>= 3.2, < 8.0)
92-
rake (>= 10.4, < 14.0)
87+
annotate (2.6.5)
88+
activerecord (>= 2.3.0)
89+
rake (>= 0.8.7)
9390
ast (2.4.2)
9491
aws-eventstream (1.3.0)
9592
aws-partitions (1.1048.0)
@@ -108,15 +105,15 @@ GEM
108105
aws-sigv4 (~> 1.5)
109106
aws-sigv4 (1.11.0)
110107
aws-eventstream (~> 1, >= 1.0.2)
111-
base64 (0.2.0)
108+
base64 (0.3.0)
112109
batch-loader (2.0.5)
113110
bcrypt (3.1.20)
114-
benchmark (0.4.0)
111+
benchmark (0.5.0)
115112
benchmark-ips (2.14.0)
116-
bigdecimal (3.1.9)
113+
bigdecimal (3.3.1)
117114
builder (3.3.0)
118115
concurrent-ruby (1.3.5)
119-
connection_pool (2.5.0)
116+
connection_pool (2.5.4)
120117
crack (1.0.0)
121118
bigdecimal
122119
rexml
@@ -127,7 +124,8 @@ GEM
127124
irb (~> 1.10)
128125
reline (>= 0.3.8)
129126
diff-lcs (1.5.1)
130-
drb (2.2.1)
127+
drb (2.2.3)
128+
erb (5.1.3)
131129
erubi (1.13.1)
132130
fabrication (2.31.0)
133131
faraday (2.12.2)
@@ -143,7 +141,7 @@ GEM
143141
foreman (0.88.1)
144142
friendly_id (5.5.1)
145143
activerecord (>= 4.0.0)
146-
globalid (1.2.1)
144+
globalid (1.3.0)
147145
activesupport (>= 6.1)
148146
graphql (2.4.9)
149147
base64
@@ -153,8 +151,8 @@ GEM
153151
hashie (5.0.0)
154152
i18n (1.14.7)
155153
concurrent-ruby (~> 1.0)
156-
io-console (0.8.0)
157-
irb (1.15.1)
154+
io-console (0.8.1)
155+
irb (1.15.2)
158156
pp (>= 0.6.0)
159157
rdoc (>= 4.0.0)
160158
reline (>= 0.4.2)
@@ -178,29 +176,29 @@ GEM
178176
listen (3.9.0)
179177
rb-fsevent (~> 0.10, >= 0.10.3)
180178
rb-inotify (~> 0.9, >= 0.9.10)
181-
logger (1.6.5)
182-
loofah (2.24.0)
179+
logger (1.7.0)
180+
loofah (2.24.1)
183181
crass (~> 1.0.2)
184182
nokogiri (>= 1.12.0)
185-
mail (2.8.1)
183+
mail (2.9.0)
184+
logger
186185
mini_mime (>= 0.1.1)
187186
net-imap
188187
net-pop
189188
net-smtp
190-
marcel (1.0.4)
189+
marcel (1.1.0)
191190
mime-types (3.6.0)
192191
logger
193192
mime-types-data (~> 3.2015)
194193
mime-types-data (3.2025.0204)
195194
mini_mime (1.1.5)
196-
minitest (5.25.4)
195+
minitest (5.26.0)
197196
multi_json (1.15.0)
198197
multi_xml (0.7.1)
199198
bigdecimal (~> 3.1)
200-
mutex_m (0.3.0)
201199
net-http (0.6.0)
202200
uri
203-
net-imap (0.5.6)
201+
net-imap (0.5.12)
204202
date
205203
net-protocol
206204
net-pop (0.1.2)
@@ -211,9 +209,9 @@ GEM
211209
net-protocol
212210
newrelic_rpm (9.17.0)
213211
nio4r (2.7.4)
214-
nokogiri (1.18.2-arm64-darwin)
212+
nokogiri (1.18.10-arm64-darwin)
215213
racc (~> 1.4)
216-
nokogiri (1.18.2-x86_64-linux-gnu)
214+
nokogiri (1.18.10-x86_64-linux-gnu)
217215
racc (~> 1.4)
218216
oauth (1.1.0)
219217
oauth-tty (~> 1.0, >= 1.0.1)
@@ -234,65 +232,68 @@ GEM
234232
ast (~> 2.4.1)
235233
racc
236234
pg (1.5.9)
237-
pp (0.6.2)
235+
pp (0.6.3)
238236
prettyprint
239237
prettyprint (0.2.0)
240-
psych (5.2.3)
238+
psych (5.2.6)
241239
date
242240
stringio
243241
public_suffix (6.0.1)
244242
puma (6.6.0)
245243
nio4r (~> 2.0)
246244
racc (1.8.1)
247-
rack (3.1.9)
245+
rack (3.2.3)
248246
rack-cors (2.0.2)
249247
rack (>= 2.0.0)
250-
rack-session (2.1.0)
248+
rack-session (2.1.1)
251249
base64 (>= 0.1.0)
252250
rack (>= 3.0.0)
253251
rack-test (2.2.0)
254252
rack (>= 1.3)
255253
rackup (2.2.1)
256254
rack (>= 3)
257-
rails (7.1.5.1)
258-
actioncable (= 7.1.5.1)
259-
actionmailbox (= 7.1.5.1)
260-
actionmailer (= 7.1.5.1)
261-
actionpack (= 7.1.5.1)
262-
actiontext (= 7.1.5.1)
263-
actionview (= 7.1.5.1)
264-
activejob (= 7.1.5.1)
265-
activemodel (= 7.1.5.1)
266-
activerecord (= 7.1.5.1)
267-
activestorage (= 7.1.5.1)
268-
activesupport (= 7.1.5.1)
255+
rails (8.1.1)
256+
actioncable (= 8.1.1)
257+
actionmailbox (= 8.1.1)
258+
actionmailer (= 8.1.1)
259+
actionpack (= 8.1.1)
260+
actiontext (= 8.1.1)
261+
actionview (= 8.1.1)
262+
activejob (= 8.1.1)
263+
activemodel (= 8.1.1)
264+
activerecord (= 8.1.1)
265+
activestorage (= 8.1.1)
266+
activesupport (= 8.1.1)
269267
bundler (>= 1.15.0)
270-
railties (= 7.1.5.1)
271-
rails-dom-testing (2.2.0)
268+
railties (= 8.1.1)
269+
rails-dom-testing (2.3.0)
272270
activesupport (>= 5.0.0)
273271
minitest
274272
nokogiri (>= 1.6)
275273
rails-html-sanitizer (1.6.2)
276274
loofah (~> 2.21)
277275
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.1.5.1)
279-
actionpack (= 7.1.5.1)
280-
activesupport (= 7.1.5.1)
281-
irb
276+
railties (8.1.1)
277+
actionpack (= 8.1.1)
278+
activesupport (= 8.1.1)
279+
irb (~> 1.13)
282280
rackup (>= 1.0.0)
283281
rake (>= 12.2)
284282
thor (~> 1.0, >= 1.2.2)
283+
tsort (>= 0.2)
285284
zeitwerk (~> 2.6)
286285
rainbow (3.1.1)
287-
rake (13.2.1)
286+
rake (13.3.0)
288287
rb-fsevent (0.11.2)
289288
rb-inotify (0.11.1)
290289
ffi (~> 1.0)
291290
rbtree3 (0.7.1)
292-
rdoc (6.12.0)
291+
rdoc (6.15.0)
292+
erb
293293
psych (>= 4.0.0)
294+
tsort
294295
regexp_parser (2.10.0)
295-
reline (0.6.0)
296+
reline (0.6.2)
296297
io-console (~> 0.5)
297298
rexml (3.4.0)
298299
rspec-core (3.13.3)
@@ -347,14 +348,15 @@ GEM
347348
bcrypt (~> 3.1)
348349
oauth (>= 0.6)
349350
oauth2 (~> 2.0)
350-
stringio (3.1.2)
351+
stringio (3.1.7)
351352
stripe (5.55.0)
352353
stripe-ruby-mock (3.1.0.rc3)
353354
dante (>= 0.2.0)
354355
multi_json (~> 1.0)
355356
stripe (> 5, < 6)
356-
thor (1.3.2)
357+
thor (1.4.0)
357358
timeout (0.4.3)
359+
tsort (0.2.0)
358360
twilio-ruby (7.4.3)
359361
benchmark
360362
faraday (>= 0.9, < 3.0)
@@ -367,16 +369,17 @@ GEM
367369
unicode-emoji (~> 4.0, >= 4.0.4)
368370
unicode-emoji (4.0.4)
369371
uri (1.0.2)
372+
useragent (0.16.11)
370373
version_gem (1.1.4)
371374
webmock (3.25.0)
372375
addressable (>= 2.8.0)
373376
crack (>= 0.3.2)
374377
hashdiff (>= 0.4.0, < 2.0.0)
375-
websocket-driver (0.7.7)
378+
websocket-driver (0.8.0)
376379
base64
377380
websocket-extensions (>= 0.1.0)
378381
websocket-extensions (0.1.5)
379-
zeitwerk (2.7.1)
382+
zeitwerk (2.7.3)
380383

381384
PLATFORMS
382385
arm64-darwin-24
@@ -404,7 +407,7 @@ DEPENDENCIES
404407
pg
405408
puma
406409
rack-cors
407-
rails (~> 7.1.3)
410+
rails (~> 8.1.0)
408411
rspec-rails
409412
rubocop
410413
rubocop-graphql

0 commit comments

Comments
 (0)