Skip to content

Commit be35155

Browse files
Update dependency rails to v8
1 parent 820ad85 commit be35155

File tree

2 files changed

+116
-92
lines changed

2 files changed

+116
-92
lines changed

Gemfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ source 'https://rubygems.org'
33
plugin 'bundler-inject'
44
require File.join(Bundler::Plugin.index.load_paths("bundler-inject")[0], "bundler-inject") rescue nil
55

6-
gem 'rails', '~> 6.1.0', '>= 6.1.7.8'
6+
gem 'rails', '~> 8.0.0', '>= 8.0.1'
77

88
# Use PostgreSQL as the database for Active Record
99
gem 'pg'

Gemfile.lock

+115-91
Original file line numberDiff line numberDiff line change
@@ -1,73 +1,86 @@
11
GEM
22
remote: https://rubygems.org/
33
specs:
4-
actioncable (6.1.7.9)
5-
actionpack (= 6.1.7.9)
6-
activesupport (= 6.1.7.9)
4+
actioncable (8.0.1)
5+
actionpack (= 8.0.1)
6+
activesupport (= 8.0.1)
77
nio4r (~> 2.0)
88
websocket-driver (>= 0.6.1)
9-
actionmailbox (6.1.7.9)
10-
actionpack (= 6.1.7.9)
11-
activejob (= 6.1.7.9)
12-
activerecord (= 6.1.7.9)
13-
activestorage (= 6.1.7.9)
14-
activesupport (= 6.1.7.9)
15-
mail (>= 2.7.1)
16-
actionmailer (6.1.7.9)
17-
actionpack (= 6.1.7.9)
18-
actionview (= 6.1.7.9)
19-
activejob (= 6.1.7.9)
20-
activesupport (= 6.1.7.9)
21-
mail (~> 2.5, >= 2.5.4)
22-
rails-dom-testing (~> 2.0)
23-
actionpack (6.1.7.9)
24-
actionview (= 6.1.7.9)
25-
activesupport (= 6.1.7.9)
26-
rack (~> 2.0, >= 2.0.9)
9+
zeitwerk (~> 2.6)
10+
actionmailbox (8.0.1)
11+
actionpack (= 8.0.1)
12+
activejob (= 8.0.1)
13+
activerecord (= 8.0.1)
14+
activestorage (= 8.0.1)
15+
activesupport (= 8.0.1)
16+
mail (>= 2.8.0)
17+
actionmailer (8.0.1)
18+
actionpack (= 8.0.1)
19+
actionview (= 8.0.1)
20+
activejob (= 8.0.1)
21+
activesupport (= 8.0.1)
22+
mail (>= 2.8.0)
23+
rails-dom-testing (~> 2.2)
24+
actionpack (8.0.1)
25+
actionview (= 8.0.1)
26+
activesupport (= 8.0.1)
27+
nokogiri (>= 1.8.5)
28+
rack (>= 2.2.4)
29+
rack-session (>= 1.0.1)
2730
rack-test (>= 0.6.3)
28-
rails-dom-testing (~> 2.0)
29-
rails-html-sanitizer (~> 1.0, >= 1.2.0)
30-
actiontext (6.1.7.9)
31-
actionpack (= 6.1.7.9)
32-
activerecord (= 6.1.7.9)
33-
activestorage (= 6.1.7.9)
34-
activesupport (= 6.1.7.9)
31+
rails-dom-testing (~> 2.2)
32+
rails-html-sanitizer (~> 1.6)
33+
useragent (~> 0.16)
34+
actiontext (8.0.1)
35+
actionpack (= 8.0.1)
36+
activerecord (= 8.0.1)
37+
activestorage (= 8.0.1)
38+
activesupport (= 8.0.1)
39+
globalid (>= 0.6.0)
3540
nokogiri (>= 1.8.5)
36-
actionview (6.1.7.9)
37-
activesupport (= 6.1.7.9)
41+
actionview (8.0.1)
42+
activesupport (= 8.0.1)
3843
builder (~> 3.1)
39-
erubi (~> 1.4)
40-
rails-dom-testing (~> 2.0)
41-
rails-html-sanitizer (~> 1.1, >= 1.2.0)
42-
activejob (6.1.7.9)
43-
activesupport (= 6.1.7.9)
44+
erubi (~> 1.11)
45+
rails-dom-testing (~> 2.2)
46+
rails-html-sanitizer (~> 1.6)
47+
activejob (8.0.1)
48+
activesupport (= 8.0.1)
4449
globalid (>= 0.3.6)
45-
activemodel (6.1.7.9)
46-
activesupport (= 6.1.7.9)
47-
activerecord (6.1.7.9)
48-
activemodel (= 6.1.7.9)
49-
activesupport (= 6.1.7.9)
50-
activestorage (6.1.7.9)
51-
actionpack (= 6.1.7.9)
52-
activejob (= 6.1.7.9)
53-
activerecord (= 6.1.7.9)
54-
activesupport (= 6.1.7.9)
50+
activemodel (8.0.1)
51+
activesupport (= 8.0.1)
52+
activerecord (8.0.1)
53+
activemodel (= 8.0.1)
54+
activesupport (= 8.0.1)
55+
timeout (>= 0.4.0)
56+
activestorage (8.0.1)
57+
actionpack (= 8.0.1)
58+
activejob (= 8.0.1)
59+
activerecord (= 8.0.1)
60+
activesupport (= 8.0.1)
5561
marcel (~> 1.0)
56-
mini_mime (>= 1.1.0)
57-
activesupport (6.1.7.9)
58-
concurrent-ruby (~> 1.0, >= 1.0.2)
62+
activesupport (8.0.1)
63+
base64
64+
benchmark (>= 0.3)
65+
bigdecimal
66+
concurrent-ruby (~> 1.0, >= 1.3.1)
67+
connection_pool (>= 2.2.5)
68+
drb
5969
i18n (>= 1.6, < 2)
70+
logger (>= 1.4.2)
6071
minitest (>= 5.1)
61-
tzinfo (~> 2.0)
62-
zeitwerk (~> 2.3)
72+
securerandom (>= 0.3)
73+
tzinfo (~> 2.0, >= 2.0.5)
74+
uri (>= 0.13.1)
6375
addressable (2.8.7)
6476
public_suffix (>= 2.0.2, < 7.0)
6577
ast (2.4.2)
6678
awesome_spawn (1.6.0)
67-
base64 (0.1.1)
79+
base64 (0.1.2)
80+
benchmark (0.4.0)
6881
bigdecimal (3.1.8)
6982
builder (3.3.0)
70-
concurrent-ruby (1.3.4)
83+
concurrent-ruby (1.3.5)
7184
config (5.5.2)
7285
deep_merge (~> 1.2, >= 1.2.1)
7386
ostruct
@@ -76,13 +89,14 @@ GEM
7689
bigdecimal
7790
rexml
7891
crass (1.0.6)
79-
date (3.3.4)
92+
date (3.4.1)
8093
deep_merge (1.2.2)
81-
default_value_for (4.0.0)
82-
activerecord (>= 6.1, < 7.3)
94+
default_value_for (4.1.1)
95+
activerecord (>= 6.1, < 8.1)
8396
diff-lcs (1.5.1)
8497
docile (1.4.0)
85-
erubi (1.13.0)
98+
drb (2.2.1)
99+
erubi (1.13.1)
86100
et-orbi (1.2.11)
87101
tzinfo
88102
factory_bot (6.4.6)
@@ -135,7 +149,7 @@ GEM
135149
rubocop (>= 1.0)
136150
sysexits (~> 1.1)
137151
hashdiff (1.1.1)
138-
i18n (1.14.6)
152+
i18n (1.14.7)
139153
concurrent-ruby (~> 1.0)
140154
io-console (0.7.2)
141155
irb (1.14.1)
@@ -151,7 +165,7 @@ GEM
151165
rb-fsevent (~> 0.10, >= 0.10.3)
152166
rb-inotify (~> 0.9, >= 0.9.10)
153167
logger (1.6.5)
154-
loofah (2.22.0)
168+
loofah (2.24.0)
155169
crass (~> 1.0.2)
156170
nokogiri (>= 1.12.0)
157171
mail (2.8.1)
@@ -166,16 +180,15 @@ GEM
166180
rubocop-performance
167181
rubocop-rails
168182
marcel (1.0.4)
169-
method_source (1.1.0)
170183
mini_mime (1.1.5)
171-
mini_portile2 (2.8.7)
184+
mini_portile2 (2.8.8)
172185
minigit (0.0.4)
173-
minitest (5.25.1)
186+
minitest (5.25.4)
174187
more_core_extensions (4.5.0)
175188
activesupport
176189
sync
177190
multipart-post (2.4.1)
178-
net-imap (0.4.17)
191+
net-imap (0.5.5)
179192
date
180193
net-protocol
181194
net-pop (0.1.2)
@@ -186,12 +199,12 @@ GEM
186199
net-protocol
187200
net-ssh (7.3.0)
188201
nio4r (2.7.4)
189-
nokogiri (1.16.7)
202+
nokogiri (1.18.2)
190203
mini_portile2 (~> 2.8.2)
191204
racc (~> 1.4)
192-
nokogiri (1.16.7-arm64-darwin)
205+
nokogiri (1.18.2-arm64-darwin)
193206
racc (~> 1.4)
194-
nokogiri (1.16.7-x86_64-linux)
207+
nokogiri (1.18.2-x86_64-linux-gnu)
195208
racc (~> 1.4)
196209
octokit (4.25.1)
197210
faraday (>= 1, < 3)
@@ -211,36 +224,42 @@ GEM
211224
raabro (1.4.0)
212225
racc (1.8.1)
213226
rack (2.2.10)
214-
rack-test (2.1.0)
227+
rack-session (1.0.2)
228+
rack (< 3)
229+
rack-test (2.2.0)
215230
rack (>= 1.3)
216-
rails (6.1.7.9)
217-
actioncable (= 6.1.7.9)
218-
actionmailbox (= 6.1.7.9)
219-
actionmailer (= 6.1.7.9)
220-
actionpack (= 6.1.7.9)
221-
actiontext (= 6.1.7.9)
222-
actionview (= 6.1.7.9)
223-
activejob (= 6.1.7.9)
224-
activemodel (= 6.1.7.9)
225-
activerecord (= 6.1.7.9)
226-
activestorage (= 6.1.7.9)
227-
activesupport (= 6.1.7.9)
231+
rackup (1.0.1)
232+
rack (< 3)
233+
webrick
234+
rails (8.0.1)
235+
actioncable (= 8.0.1)
236+
actionmailbox (= 8.0.1)
237+
actionmailer (= 8.0.1)
238+
actionpack (= 8.0.1)
239+
actiontext (= 8.0.1)
240+
actionview (= 8.0.1)
241+
activejob (= 8.0.1)
242+
activemodel (= 8.0.1)
243+
activerecord (= 8.0.1)
244+
activestorage (= 8.0.1)
245+
activesupport (= 8.0.1)
228246
bundler (>= 1.15.0)
229-
railties (= 6.1.7.9)
230-
sprockets-rails (>= 2.0.0)
247+
railties (= 8.0.1)
231248
rails-dom-testing (2.2.0)
232249
activesupport (>= 5.0.0)
233250
minitest
234251
nokogiri (>= 1.6)
235-
rails-html-sanitizer (1.6.0)
252+
rails-html-sanitizer (1.6.2)
236253
loofah (~> 2.21)
237-
nokogiri (~> 1.14)
238-
railties (6.1.7.9)
239-
actionpack (= 6.1.7.9)
240-
activesupport (= 6.1.7.9)
241-
method_source
254+
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)
255+
railties (8.0.1)
256+
actionpack (= 8.0.1)
257+
activesupport (= 8.0.1)
258+
irb (~> 1.13)
259+
rackup (>= 1.0.0)
242260
rake (>= 12.2)
243-
thor (~> 1.0)
261+
thor (~> 1.0, >= 1.2.2)
262+
zeitwerk (~> 2.6)
244263
rainbow (3.1.1)
245264
rake (13.2.1)
246265
rb-fsevent (0.11.2)
@@ -318,6 +337,7 @@ GEM
318337
sawyer (0.9.2)
319338
addressable (>= 2.3.5)
320339
faraday (>= 0.17.3, < 3)
340+
securerandom (0.4.1)
321341
sidecloq (0.5.0)
322342
concurrent-ruby
323343
redis-client (>= 0.14.0)
@@ -351,21 +371,25 @@ GEM
351371
thor (1.3.2)
352372
tilt (2.4.0)
353373
timecop (0.9.10)
354-
timeout (0.4.1)
374+
timeout (0.4.3)
355375
turbolinks (5.2.1)
356376
turbolinks-source (~> 5.2)
357377
turbolinks-source (5.2.0)
358378
tzinfo (2.0.6)
359379
concurrent-ruby (~> 1.0)
360380
unicode-display_width (2.6.0)
381+
uri (1.0.2)
382+
useragent (0.16.11)
361383
webmock (3.24.0)
362384
addressable (>= 2.8.0)
363385
crack (>= 0.3.2)
364386
hashdiff (>= 0.4.0, < 2.0.0)
365-
websocket-driver (0.7.6)
387+
webrick (1.9.1)
388+
websocket-driver (0.7.7)
389+
base64
366390
websocket-extensions (>= 0.1.0)
367391
websocket-extensions (0.1.5)
368-
zeitwerk (2.6.18)
392+
zeitwerk (2.7.1)
369393

370394
PLATFORMS
371395
arm64-darwin-22
@@ -391,7 +415,7 @@ DEPENDENCIES
391415
octokit (~> 4.25.0)
392416
pg
393417
puma
394-
rails (~> 6.1.0, >= 6.1.7.8)
418+
rails (~> 8.0.0, >= 8.0.1)
395419
rspec
396420
rspec-rails
397421
rugged

0 commit comments

Comments
 (0)