Skip to content

Commit c8b35d2

Browse files
Bump Rails (#210)
1 parent e69e27f commit c8b35d2

2 files changed

Lines changed: 74 additions & 69 deletions

File tree

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ ruby '~> 3.2.1'
44

55
# core
66
gem 'puma'
7-
gem 'rails', '~> 7.0.4'
7+
gem 'rails', '~> 7.0.4.2'
88

99
# assets
1010
gem 'bootstrap-sass', '>= 3.4.1'

Gemfile.lock

Lines changed: 73 additions & 68 deletions
Original file line numberDiff line numberDiff line change
@@ -9,47 +9,47 @@ GIT
99
GEM
1010
remote: https://rubygems.org/
1111
specs:
12-
actioncable (7.0.4)
13-
actionpack (= 7.0.4)
14-
activesupport (= 7.0.4)
12+
actioncable (7.0.4.2)
13+
actionpack (= 7.0.4.2)
14+
activesupport (= 7.0.4.2)
1515
nio4r (~> 2.0)
1616
websocket-driver (>= 0.6.1)
17-
actionmailbox (7.0.4)
18-
actionpack (= 7.0.4)
19-
activejob (= 7.0.4)
20-
activerecord (= 7.0.4)
21-
activestorage (= 7.0.4)
22-
activesupport (= 7.0.4)
17+
actionmailbox (7.0.4.2)
18+
actionpack (= 7.0.4.2)
19+
activejob (= 7.0.4.2)
20+
activerecord (= 7.0.4.2)
21+
activestorage (= 7.0.4.2)
22+
activesupport (= 7.0.4.2)
2323
mail (>= 2.7.1)
2424
net-imap
2525
net-pop
2626
net-smtp
27-
actionmailer (7.0.4)
28-
actionpack (= 7.0.4)
29-
actionview (= 7.0.4)
30-
activejob (= 7.0.4)
31-
activesupport (= 7.0.4)
27+
actionmailer (7.0.4.2)
28+
actionpack (= 7.0.4.2)
29+
actionview (= 7.0.4.2)
30+
activejob (= 7.0.4.2)
31+
activesupport (= 7.0.4.2)
3232
mail (~> 2.5, >= 2.5.4)
3333
net-imap
3434
net-pop
3535
net-smtp
3636
rails-dom-testing (~> 2.0)
37-
actionpack (7.0.4)
38-
actionview (= 7.0.4)
39-
activesupport (= 7.0.4)
37+
actionpack (7.0.4.2)
38+
actionview (= 7.0.4.2)
39+
activesupport (= 7.0.4.2)
4040
rack (~> 2.0, >= 2.2.0)
4141
rack-test (>= 0.6.3)
4242
rails-dom-testing (~> 2.0)
4343
rails-html-sanitizer (~> 1.0, >= 1.2.0)
44-
actiontext (7.0.4)
45-
actionpack (= 7.0.4)
46-
activerecord (= 7.0.4)
47-
activestorage (= 7.0.4)
48-
activesupport (= 7.0.4)
44+
actiontext (7.0.4.2)
45+
actionpack (= 7.0.4.2)
46+
activerecord (= 7.0.4.2)
47+
activestorage (= 7.0.4.2)
48+
activesupport (= 7.0.4.2)
4949
globalid (>= 0.6.0)
5050
nokogiri (>= 1.8.5)
51-
actionview (7.0.4)
52-
activesupport (= 7.0.4)
51+
actionview (7.0.4.2)
52+
activesupport (= 7.0.4.2)
5353
builder (~> 3.1)
5454
erubi (~> 1.4)
5555
rails-dom-testing (~> 2.0)
@@ -63,22 +63,22 @@ GEM
6363
kaminari (~> 1.0, >= 1.2.1)
6464
railties (>= 6.1, < 7.1)
6565
ransack (>= 2.1.1, < 4)
66-
activejob (7.0.4)
67-
activesupport (= 7.0.4)
66+
activejob (7.0.4.2)
67+
activesupport (= 7.0.4.2)
6868
globalid (>= 0.3.6)
69-
activemodel (7.0.4)
70-
activesupport (= 7.0.4)
71-
activerecord (7.0.4)
72-
activemodel (= 7.0.4)
73-
activesupport (= 7.0.4)
74-
activestorage (7.0.4)
75-
actionpack (= 7.0.4)
76-
activejob (= 7.0.4)
77-
activerecord (= 7.0.4)
78-
activesupport (= 7.0.4)
69+
activemodel (7.0.4.2)
70+
activesupport (= 7.0.4.2)
71+
activerecord (7.0.4.2)
72+
activemodel (= 7.0.4.2)
73+
activesupport (= 7.0.4.2)
74+
activestorage (7.0.4.2)
75+
actionpack (= 7.0.4.2)
76+
activejob (= 7.0.4.2)
77+
activerecord (= 7.0.4.2)
78+
activesupport (= 7.0.4.2)
7979
marcel (~> 1.0)
8080
mini_mime (>= 1.1.0)
81-
activesupport (7.0.4)
81+
activesupport (7.0.4.2)
8282
concurrent-ruby (~> 1.0, >= 1.0.2)
8383
i18n (>= 1.6, < 2)
8484
minitest (>= 5.1)
@@ -107,7 +107,7 @@ GEM
107107
coffee-script-source
108108
execjs
109109
coffee-script-source (1.12.2)
110-
concurrent-ruby (1.1.10)
110+
concurrent-ruby (1.2.2)
111111
crack (0.4.5)
112112
rexml
113113
crass (1.0.6)
@@ -117,6 +117,7 @@ GEM
117117
activerecord (>= 5.a)
118118
database_cleaner-core (~> 2.0.0)
119119
database_cleaner-core (2.0.1)
120+
date (3.3.3)
120121
debug_inspector (1.1.0)
121122
devise (4.8.1)
122123
bcrypt (~> 3.0)
@@ -126,7 +127,7 @@ GEM
126127
warden (~> 1.2.3)
127128
diff-lcs (1.5.0)
128129
docile (1.4.0)
129-
erubi (1.11.0)
130+
erubi (1.12.0)
130131
execjs (2.8.1)
131132
factory_bot (6.2.1)
132133
activesupport (>= 5.0.0)
@@ -147,7 +148,7 @@ GEM
147148
formtastic (4.0.0)
148149
actionpack (>= 5.2.0)
149150
formtastic_i18n (0.7.0)
150-
globalid (1.0.1)
151+
globalid (1.1.0)
151152
activesupport (>= 5.0)
152153
gravatar-ultimate (2.0.0)
153154
activesupport (>= 2.3.14)
@@ -218,26 +219,30 @@ GEM
218219
crass (~> 1.0.2)
219220
nokogiri (>= 1.5.9)
220221
lumberjack (1.2.8)
221-
mail (2.7.1)
222+
mail (2.8.1)
222223
mini_mime (>= 0.1.1)
224+
net-imap
225+
net-pop
226+
net-smtp
223227
marcel (1.0.2)
224228
method_source (1.0.0)
225229
mini_mime (1.1.2)
226-
mini_portile2 (2.8.0)
230+
mini_portile2 (2.8.1)
227231
minitest (5.17.0)
228232
multi_json (1.15.0)
229233
multi_xml (0.6.0)
230234
nenv (0.3.0)
231-
net-imap (0.3.1)
235+
net-imap (0.3.4)
236+
date
232237
net-protocol
233238
net-pop (0.1.2)
234239
net-protocol
235-
net-protocol (0.1.3)
240+
net-protocol (0.2.1)
236241
timeout
237-
net-smtp (0.3.2)
242+
net-smtp (0.3.3)
238243
net-protocol
239244
nio4r (2.5.8)
240-
nokogiri (1.13.10)
245+
nokogiri (1.14.2)
241246
mini_portile2 (~> 2.8.0)
242247
racc (~> 1.4)
243248
notiffany (0.1.3)
@@ -273,43 +278,43 @@ GEM
273278
public_suffix (4.0.7)
274279
puma (5.6.4)
275280
nio4r (~> 2.0)
276-
racc (1.6.1)
281+
racc (1.6.2)
277282
rack (2.2.6.2)
278283
rack-protection (2.2.0)
279284
rack
280285
rack-test (2.0.2)
281286
rack (>= 1.3)
282-
rails (7.0.4)
283-
actioncable (= 7.0.4)
284-
actionmailbox (= 7.0.4)
285-
actionmailer (= 7.0.4)
286-
actionpack (= 7.0.4)
287-
actiontext (= 7.0.4)
288-
actionview (= 7.0.4)
289-
activejob (= 7.0.4)
290-
activemodel (= 7.0.4)
291-
activerecord (= 7.0.4)
292-
activestorage (= 7.0.4)
293-
activesupport (= 7.0.4)
287+
rails (7.0.4.2)
288+
actioncable (= 7.0.4.2)
289+
actionmailbox (= 7.0.4.2)
290+
actionmailer (= 7.0.4.2)
291+
actionpack (= 7.0.4.2)
292+
actiontext (= 7.0.4.2)
293+
actionview (= 7.0.4.2)
294+
activejob (= 7.0.4.2)
295+
activemodel (= 7.0.4.2)
296+
activerecord (= 7.0.4.2)
297+
activestorage (= 7.0.4.2)
298+
activesupport (= 7.0.4.2)
294299
bundler (>= 1.15.0)
295-
railties (= 7.0.4)
300+
railties (= 7.0.4.2)
296301
rails-controller-testing (1.0.5)
297302
actionpack (>= 5.0.1.rc1)
298303
actionview (>= 5.0.1.rc1)
299304
activesupport (>= 5.0.1.rc1)
300305
rails-dom-testing (2.0.3)
301306
activesupport (>= 4.2.0)
302307
nokogiri (>= 1.6)
303-
rails-html-sanitizer (1.4.4)
308+
rails-html-sanitizer (1.5.0)
304309
loofah (~> 2.19, >= 2.19.1)
305310
rails_12factor (0.0.3)
306311
rails_serve_static_assets
307312
rails_stdout_logging
308313
rails_serve_static_assets (0.0.5)
309314
rails_stdout_logging (0.0.5)
310-
railties (7.0.4)
311-
actionpack (= 7.0.4)
312-
activesupport (= 7.0.4)
315+
railties (7.0.4.2)
316+
actionpack (= 7.0.4.2)
317+
activesupport (= 7.0.4.2)
313318
method_source
314319
rake (>= 12.2)
315320
thor (~> 1.0)
@@ -399,11 +404,11 @@ GEM
399404
sqlite3 (1.4.3)
400405
thor (1.2.1)
401406
tilt (2.0.10)
402-
timeout (0.3.0)
407+
timeout (0.3.2)
403408
turbolinks (5.2.1)
404409
turbolinks-source (~> 5.2)
405410
turbolinks-source (5.2.0)
406-
tzinfo (2.0.5)
411+
tzinfo (2.0.6)
407412
concurrent-ruby (~> 1.0)
408413
uglifier (4.2.0)
409414
execjs (>= 0.3.0, < 3)
@@ -420,7 +425,7 @@ GEM
420425
websocket-extensions (0.1.5)
421426
xmlrpc (0.3.2)
422427
webrick
423-
zeitwerk (2.6.1)
428+
zeitwerk (2.6.7)
424429

425430
PLATFORMS
426431
ruby
@@ -451,7 +456,7 @@ DEPENDENCIES
451456
omniauth-rails_csrf_protection
452457
pg
453458
puma
454-
rails (~> 7.0.4)
459+
rails (~> 7.0.4.2)
455460
rails-controller-testing
456461
rails_12factor (~> 0.0.2)
457462
rspec-rails

0 commit comments

Comments
 (0)